Add Column - Nested Tables Collapsing

Hi together,

I have a GGC with multiple nested tables. When the application starts all nested tables are expanded. Now when I add a new column to each table to the dataset with:

BeginUpdate();
....
EndUpdate(true);
Reinitialize();

all tables are collapsed - why? How can I stop this?

Cheers,
Chris

3 Replies

AD Administrator Syncfusion Team August 7, 2006 10:03 AM UTC

Hi Chris,

Please try the attached sample that works fine for this. Let us know if you face any other issues.
Here is a sample
NestedTable.zip

Thanks,
Rajagopal


AD Administrator Syncfusion Team August 7, 2006 11:44 AM UTC

Hi,

your sample works great - but I have attached another sample (found on the forum) which demonstrates my problem.

The first column is expanded, now when you press the button to add a new column you will see the first table collapsing.

Any ideas?

GGC_4tables4.zip


AD Administrator Syncfusion Team August 8, 2006 02:32 PM UTC

Hi,
We are currently working on this and will let you know the details soon.
Thanks for your patience,
Thanks,
Rajagopal

Loader.
Up arrow icon