Browse By Tags

  • Access dropdown text inside ultrawebgrid at client side

     

    Dear Professional

     

    I have a dropdown as the first element of a ultrawebgrid and during adding a new row, I try to access the text of the selected dropdown item at  the client side,  inside BeforeExitEditModeHandler event. When I tried to do is, after…

  • How to get Row Expansion Area Width ?

    Hi All,

    I'm looking for a way to get the width of the row expansion area on the client side.  I've put together something to resize heirarchical bands to match the width of the re-sized band.  The row expansion area isn't included when summing…

  • Webgrid checkbox only fires UpdateCell when checked not when unchecked

    Hi,

    The first column in my grid is a checkbox.  In Javascript, when I check the checkbox, AfterCellUpdateHandler excutes correctly.  Then the server-side UpdateCell fires correctly.  I now click the checkbox again (without leaving the row) to uncheck it…

  • Checkbox in the header how to keep values on sort and how to make it not moving

    I am trying to implement ultrawebgrid and I have problem. I have checkbox at the last column in the datagrid. First I would like all the columns in the grid to be able to move, sort and filter, but I want to prevent that checkbox column from moving, I…

  • igtblGetGridById not found! from page that uses a Master page

    I am trying to write some very basic javascript that retrieves an ID from the selected row (active row) of a WebGrid.

    My page has a master page (which may be cohntributing to my issues)...

     

    here is the content in my page (at least the script)

    <asp…

  • I Need Help Understading igtbl_addNew

    I've been seeing a common theme in all client side inserts and I'm trying to understand it.

    Take this code for example:

    var row = igtbl_addNew(grid.Id, bandIndex); 

    if (grid.Rows.length-1 >= index)

    {

    grid.Rows.remove(grid.Rows.length…

  • Update the Masked Value client side

    Hi,

    I am trying to implement a user sorting button on rows in a grid. The grid has groups. The user can either select an item and move it up or down within a group or they can select a group (and its items) and move that up or down. Hopefully that makes…

  • Cancel post back on client side not happening after confirm dialog

    I have an ultrawebgrid that has 2 template button columns. One for editing the data in the row and one to Delete the row. I am trying to get a confirmation on the click of the delete (this posts back to server deletes a rec from a dataset and rebinds…

  • change groupby on clientside using javascript?

    Is it possible to change the group by column on the client side using javascript?  If so can you please provide an example.

    Thanks,

    Eric

  • Client Side filter not wroking

    Hi,

    I have a standard webgrid  I have enabled AJAX and Client side filtering option. when I run the application it did the job of filtering fine. later I made some changes in the grid like changeing some properties added some new Template columns, now…

  • UltraGridCell loses his focus in IE7

     Hello,

     I can't find any solution for my problem:

    On my page a button ("ButtonAuswahl") allows adding a new row in an ultrawebgrid and input data in the 3rd cell of this row. After clicking this button the new row appears and the cell is activated and…

  • Finding Dropdownlist on client

    I have a simple grid where two columns are of type dropdownlist (Not webcombo)

    On the client, in the BeforeEnterEditModeHandler event, I need to get one of the dropdownlists to set a filter on it, using selectWhere method.

    I have done this with webcombos…

  • Changing CssClass of column on client side

    I have a grid which I need to be able to adjust through client side Javascript.  Specifically I'm making columns read-only or read-write and I would like to change their appearance based on this.  I have a class defined in my css as:

     .readonlycontr…

  • Change Cell BackColor at Client

    I tried to imitate the codes from  http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=10071. Here is what I did,

    cell.element.style.backgroundColor =

    "Green";

    However, I got the error "'element.style' is null or not…

  • igtbl_fireEvent(gn, eventObj, eventString)

    Whenever the java script call this method cell.endEdit(true), the event stop at this line

    try

    {result=eval(eventObj[0]+eventString);}catch(ex){return false;}

    in the above event handler.

    The value for eventObj[0] is "UltraWebGrid1_EditKeyDownHandler" and…

  • UltraWebGrid and doPostBack

    Hi,

    I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many…

  • Can Dropdownlist selected value be something other than index 0 upon user entering cell?

    UltraWebGrid v 6.2  and .Net 2.0 

    I have a dropdownlist that is created and filled in the codebehind.  I also have the first line/index blank, which is also inserted in the codebehind.

    Currently, upon enter, it goes to index 0. This happened before and after…

  • WebGrid Client Side Add Row

    I'm trying to use client side JavaScript to insert and delete rows from a WebGrid.

    For instance, to delete, I run this script (partial  and it deletes the selected rows from the table.

        function DeleteRows(gridId, deleteColumnPosition)
        {
            var grid = igtbl_getGridById…
  • WebGrid - stop or do postback from client

    I want do postback if had changed some cell with checkbox and quantity of pages > 1.

    How I can do this from client side? What are an event handler on server (ActiveCellChange)?

    ---aspx

    <ClientSideEvents CellChangeHandler="OnGridCustomerContactsCellClicked…
  • CSOM resize() function not working in 2008 Vol.1 !?!?!

    Hi All,

     I just upgraded to version 8.1.20081.100.

    I used the Project Updgrade Utility to upgrade my project. Now I get a JavaScript error  when using the resize() function of the grid on clientside. The error occurs in ScriptResource.axd on line 6485 at…

  • Calculate column totals for group on client-side in grouped grid?

    I'm having a little trouble calculating column totals in a grouped grid. I've started from the sample code in http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=3467, and I can calculate row totals fine. Here is the code I'm…

  • Can I get to the children of a selected row, if the selected row isn’t expanded?

    On the clientside, I want to access the data of the child rows under a select parent row.  In an AfterRowActivateHandler function I can get the data by doing something like the following:
     var currentRow = igtbl_getRowById(rowId);...
    currentRow.Rows.getRow…
  • UltraWebGrid - Show/Hide Client-Side Methods

    Hello to everyone,

     I have a web page with many UltraWebGrids on it.  I found the client-side methods "hide" and "show" in the documentation.  I have included their descriptions below.

    hide - Hides the grid on the page. The method is particularly…

  • igtbl_addNew slow

    Hi,

     Using Infragistics 6.2.

    In client side I might add more than 10 rows into a UltraWebGrid. It is very slow. Each igtbl_addNew() takes 360ms - 450ms. Is any option to make igtbl_addNew() faster? Or other functions to let me add multi-row in one call…

  • Expanded and getExpanded() are undefined

    Anyone know why the CSOM for a row in a hierarchical grid generates undefined for row.Expanded and row.getExpanded()? The row is expandable (row.Expandable reports true).