Hi!
I'm working on a grid with the items grouped on the initial load. If a user expands a group and it's content is taller than the actual grid height I'd like to show a scrollbar, since as of now some rows are inaccessible since there's no way to scroll down.
If the initial load is done with the groups expanded, the grid loads correctly with a scroll, but when a group that was collapsed on load is expanded, the scrollbar is not showing.
Is there a way for the grid to know when grouped content is being expanded beyond the grid's height so it displays a scrollbar?
If not, is there a way for me to set the scrollbar visible on the "OnGroupExpanding" client event, so I can scroll to the rows that are unaccesible beyond the grid's height?
Thanks!
I'm working on a grid with the items grouped on the initial load. If a user expands a group and it's content is taller than the actual grid height I'd like to show a scrollbar, since as of now some rows are inaccessible since there's no way to scroll down.
If the initial load is done with the groups expanded, the grid loads correctly with a scroll, but when a group that was collapsed on load is expanded, the scrollbar is not showing.
Is there a way for the grid to know when grouped content is being expanded beyond the grid's height so it displays a scrollbar?
If not, is there a way for me to set the scrollbar visible on the "OnGroupExpanding" client event, so I can scroll to the rows that are unaccesible beyond the grid's height?
Thanks!