I''m just getting started with the GridGroupingControl (2.0.3.0) and I''m running in to a problem. I added a GridGroupingControl to my form. Then I go to:
Table Descriptors -> Table Descriptor -> Columns -> ... -> Add
and add a Column. The column header appears in the Grid.
Then, I choose "build" in VS.Net (2003) and the column header disappears in the designer (it also doesn''t come up in my app).
Am I supposed to do something differently to create columns?
Thanks.
[Also, I can''t seem to find the property to cause the columns I select to fill the width of the control. I could write some code to set the widths, but is there a property I''m missing?]
AD
Administrator
Syncfusion Team
March 29, 2004 11:51 AM UTC
This is a bug that we will fix for the release.
AD
Administrator
Syncfusion Team
March 29, 2004 01:12 PM UTC
As a simple work around, if you set the TableDescriptor.Name from the designer, then you design-time column settings will not get lost.
AD
Administrator
Syncfusion Team
March 29, 2004 02:10 PM UTC
Thanks.