hi all,
i am try to get Current top display row index.
Try this:
grid.ActiveRowScrollRegion.FirstRow.Index
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...
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.