The grid designer is generating such code:
this.colHelyseg1.SortDirection = Xceed.Grid.SortDirection.Ascending;
this.colHelyseg1.VisibleIndex = 2147483647;
this.colHelyseg1.Initialize(“”);
I don’t have 2 billion columns. This seems to be tha max value of Int32. And the column has a name “Helyseg”.
I have to manually fix it every time.
And the colHelyseg1 is a phantom column, generated by the designer. It also generated colHelyseg2. My column is colHelyseg. The designer triples it.
Please fix this. I think this is related to the bloating code.
Regards
Imported from legacy forums. Posted by szinkopa (had 2371 views)