AD
Administrator
Syncfusion Team
April 21, 2006 07:30 AM UTC
Hi Chris,
I have tested this issue by creating a sample using GroupingGrid in v.4.1.0.50 and then again tested by upgrading to 4.1.0.62. I was not able to reproduce the issue.
Here is a sample
http://www.syncfusion.com/Support/user/uploads/Nested_GGC_5a309360.zip
Could you please run this at your end and let me know how it goes?
Thanks for your patience.
Best Regards,
Haneef
CW
Chris Wescott
April 21, 2006 01:19 PM UTC
Hi,
I solved this problem in my app by doing this and I am not sure why it works. Perhaps you can shed some light on it.
Prior to adding rows I call
GridGroupingControl1.NestedTableGroupOptions.ShowAddNewRecordBeforeDetails = True
Then I add rows and when I am done adding rows I call
GridGroupingControl1.NestedTableGroupOptions.ShowAddNewRecordBeforeDetails = false
This seems to work fine. If I don''t add the above lines, it doesn''t expand. I will try to get it to reproduce in your app. but I am having no luck at this time.
Regards,
Chris Wescott