Browse By Tags

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