Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
13227 | Apr 23,2004 07:47 AM UTC | Apr 23,2004 02:45 PM UTC | WinForms | 2 |
![]() |
Tags: Grouping |
In InitializeComponent:
gridColumnDescriptor1.MappingName = "CategoryID";
gridColumnDescriptor1.Width = 101;
this.gridGroupingControl1.TableDescriptor.Columns.AddRange(new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor[] {
gridColumnDescriptor1,
new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor("CategoryName"),
new Syncfusion.Windows.Forms.Grid.Grouping.GridColumnDescriptor("Description")});
That''s where the columns are initialized. If those lines are not there, is that reproducable every time that those lines are not written out?
I know there is right now a big problem with the Xml serialization (the copy schema, paste schema in designer preview) but so far in my testing I haven''t had problems with columns being written out to code.
Let me know what you find out regarding those column being written out.
Thanks,
Stefan
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.