Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
UltraGrid sorting issue
posted

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 is not in sorted order ,here when the user clicks a specific column of the Grid, the data must be sorted based on the column not from the database query..can any one help me to find solution .......

-Anbuselvan

Parents
No Data
Reply
  • 49378
    posted

    Hi anbusel,

    I would suggest that you set the "AllowSortingDefault" property in your grid's DisplayLayout to "OnClient" to allow for client-side sorting. If you are experiancing additional issues with sorting I would need a more detailed description of the behaviors you are experiencing along with information regarding your product version.

    Please feel free to contact me if you have any additional questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://es.infragistics.com/support

Children