Browse By Tags

  • 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…

  • 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…

  • 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…

  • 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…