i have a grid with group by column, is there any way i can expand all the rows while on page load itself.
regards,Peter
Hi Peter,
You'll need to loop through each row and set it's IsExpanded property to true. We don't offer a feature to autoexpand all groupby rows automatically.
-SteveZ
Any sample code in which event i need to write