AD
Administrator
Syncfusion Team
January 3, 2007 05:13 AM UTC
Hi Rajani,
Before intialize the Engine, you need to clear the Bounded columns in a grid by calling the TableDescriptor.Columns.Clear() method. Here is a code snippet
this.gridGroupingControl1.Engine.TableDescriptor.Columns.Clear() ;
Best Regards,
Haneef
BR
Badri Rajani Kanth
January 4, 2007 12:22 PM UTC
Excellent! Working fine.
Thank You Very Much Haneef.
Rgds
Rajani Kanth