Hello,
I would like to ask you, if there are any way to set the specific order of columns programmatically for Grid and TreeGrid components?
I think, the idea of setting the column properties on the Grid instance will not work here, due to the fact that we have to add tags manually. Because, in most of cases our Grids columns have:
- Complicated data set
- If else conditions
- Function calls
- And tags in them.
PS. I wish there was a property similar to visible, where I could pass the order number of column's occurrence in a Grid.
Best Regards,
Ignacy Mielniczek