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
340
How to Sort Child band column when parent band column is sorted
posted

Hi,

I have an urgent requirement as described under.

I have two bands in my grid and headers for the child band are made visible false.

On Sort of the parent band column(i.e. when we click on the header of the parent column) I need to sort one of the related column of child band.

Please let me know the way this can be done.

need urgently. any help would be appreciated. 

Thanks 

Pravin

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Pravin,

    What you can do is handle the AfterSortChanged event of the grid. You could trap for changes to the sorting of the parent band and then sort the child band any way you like.

Children