Hello,
Suppose after the grid is loaded and after the user has moved around certain columns, how do you find which column is in the nth visible position ?
Thanks
Satish
Hi,
You can go over grid's Columns collection and check the corresponding nth visible position.
Use VisiblePosition Property for that:
grid.DisplayLayout.Band.Columns[ "MyColumns ].Header.VisiblePosition
Alex