I have a SfDataGrid bound to an array of an object (TInventory). TInventory contains various members, each of which have the [Display(Order=?)] attribute. After binding the data to the grid, I manually add a couple unbound columns. I want to put these columns *BEFORE* one of the columns that were automatically generated from the data. However, there doesn't seem to be a way to set the index on a new unbound column-- they will always be added to the end.
Is there a way to accomplish this? Am I missing something?
Thanks,
Kevin