Browse By Tags

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

  • 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…
  • WebGrid Get Filter Criteria in JavaScript

    Hi!

    I would like to know how could i get the applied filter list to the grid.

    I want to display the current applied filters above the grid, in a div, do it is more obvious what is applied.

    I have tried to use the "getWorkingFilterList" Javascript function…