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
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.