This question is locked. New answers and comments are not allowed.
Hi,
When the grid uses AutoGenetatedColumns = true, it populates the grid with the properties in alphabetical order
Is there a way to avoid this and let the order in which the properties are in the class ?
Os is there a way to set an attribute on the property to make it a certain index ?
Actually I have [DataMember] attribute on each property of course
Thank for any hints on this
When the grid uses AutoGenetatedColumns = true, it populates the grid with the properties in alphabetical order
Is there a way to avoid this and let the order in which the properties are in the class ?
Os is there a way to set an attribute on the property to make it a certain index ?
Actually I have [DataMember] attribute on each property of course
Thank for any hints on this