Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Set the UltraGridColumn index in code
posted

Hello,

I am trying to reorder manually, in code, the index of some data-bound columns.

grid.DataSource = table;

grid.DisplayLayout.Bands[0].Columns["Name"].Index = 0;

But the Index property is ReadOnly.

I think there is another way to do it.

How?

Thanks.

Parents Reply Children
No Data