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…

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

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