Browse By Tags

  • How do I display a graph when clicking on a cell in an UltraWebGrid?

    I have little Infragistics experience and I need some guidance. I have an UltraWebGrid populated with fuel burn data for locomotive trips. The last column in the grid shows how much fuel was saved (or wasted) for a given trip. I would like to be able…

  • WebCombo in WebGrid trigger by double click instead of single click

     Hi all,

     I am wondering whether is possible to have a webcombo in webgrid that trigger by double click instead?

    Because, I would like to single click a webgrid cell to create / display another webgrid on page with additional information regarding the cell…

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