AD
Administrator
Syncfusion Team
July 29, 2004 01:55 PM UTC
You can try to hide it.
The droparea is really a GridControlBase object. So, you can subscribe to droparea.Model.QueryColWidth. There you can set e.Size = 0 and e.Handled = true when e.Index points to this first appearing column. I am not sure exactly what the column number of this column will be (maybe 2 or 3 or 1 or ??), but you could values until you get the correct value (it should not change) for the first appearing column.