Hi
In a grid grouping control,
1) I have 40 rows and each 5 belong to one group, help me out in highlighting these 8 blocks(8*5 = 40)
2) Inside each block which has 5 rows, should be collapsable.
when i collapse it 3rd and 4th rows should be invisible i.e 1st, 2nd and 5th rows would be displayed in collapsable mode and all 5 rows would be visible when expanded.
Kindly respond
Kindly provide the link for reference, if any
Thanks
Pavan
JJ
Jisha Joy
Syncfusion Team
October 19, 2010 10:29 AM UTC
Hi Pavan,
You could make the entire GridgroupingControl selected y using the following code:
foreach (Record rec in this.gridGroupingControl1.Table.Records)
{
this.gridGroupingControl1.Table.SelectedRecords.Add(rec);
}
Regards,
Jisha
SP
Sai Pavan Kumar
October 19, 2010 01:10 PM UTC
Joy,
-> Can you please reply how can i collapse and expand..
(as explained above)
JJ
Jisha Joy
Syncfusion Team
October 21, 2010 12:02 PM UTC
Hi Pavan,
Your Direct-Trac incident 73384 for the same query has been updated. Please follow up there.
Regards,
Jisha