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
525
UltraWebGrid sorting when grouping by column
posted

Hi ,

I am using Infragistics V.8.2

When try to sort ultra web grid with group by column it is sorting for that page only, not for all pages.

1. First i did grouping by particular column.

2. When i click on this grouped column header sorting happening for that page only not for all pages

How to do sorting for all pages when by grouping column?

currently i am doing sorting at client side.

Regards

Sivaprasad

  • 3732
    posted

    Hi Sivaprasad,

    The best option is to do sorting on the server. Thus the sorting will be done on the server side and will reflect the changes on the client with the paging enabled. While sorting on the client side with paging, you only have the access to a single page worth of data and not to the whole dataset.

    Hope this helps.

    Thanks

    Sarita