AD
Administrator
Syncfusion Team
June 20, 2006 04:59 PM UTC
Hi Clivito,
I am afraid that I was not able to reproduce this issue.
Please let me know the version number of Studio you are testing this with and the .Net version.
Thanks for using Syncfusion Product.
Regards,
Haneef
CH
Clive Hill
June 20, 2006 06:03 PM UTC
My bad... for DataBoundGrid I was doing the following:
((System.ComponentModel.ISupportInitialize)(dataGrid)).BeginInit();
dataGrid.SuspendLayout();
when building up the grid. For GridGroupingControl this has te effect of making the DataSource come back as null for some reason.
This works now.