Browse By Tags

  • UltraGrid sorting issue

    I am using Infragistics Ultrawebgrid on my asp page,now I need to sort data based on user clicked columns but every time i don't want to fetch the records from the table.

    I have enabled the in-build sorting property but at certain situations the sorting…

  • ClientEvents

    Hello,

    I need a client site event for a double click in a WebDataGrid row.

    I've found that I can register events in the ClientEvent Tag. But I don't know what parameters are given to the JavaScript function, or how I get some cell values of the clicked…