We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Expanding grouped coloumns

Hi,

I'm grouping my rows by one date in my grouping control.
I receive new items every second in this table.

I can manually expand rows but when a new object arrives my bew groups is collapse.
Can I expand automatically all my node ?

Thanks
Rémy







3 Replies

SR Sri Rajan Syncfusion Team July 8, 2008 09:20 AM UTC

Hi Remy,

Thank you for your interest in Syncfusion products.

You need to call Table.ExpandAllRecords() method to expand all groups.

this.gridGroupingControl1.Table.ExpandAllRecords();


Please let me know if this helps.

Best Regards,
Srirajan



AD Administrator Syncfusion Team July 8, 2008 09:59 AM UTC


It's work but is that possible to configure a grid to expand automatically group ?
With this solution I have to call this method every second.



SR Sri Rajan Syncfusion Team July 8, 2008 11:34 AM UTC

Hi Remy,

Thank you for your interest in Syncfusion products.

You need to call Table.ExpandAllRecords() method in Form_Load event to expand all groups by default.

Please let me know if you have any further questions.

Best Regards,
Srirajan.


Loader.
Live Chat Icon For mobile
Up arrow icon