hi all,
i am try to get Current top display row index.
I would recommend that you use the InitializeLayout event of the grid.
To hide a column, you simply set the Hidden property on the column to true.
To position the columns, you use the column.Header.VisiblePosition property.
Thanks mike..
Could you suggest for how to hide some column like
both shoud be run time..
grid:columns(2):hide = true......
and rearrage column...
Try this:
grid.ActiveRowScrollRegion.FirstRow.Index