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
170
Finding which column is in a particular position
posted

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

Parents
No Data
Reply
  • 1590
    posted

    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

Children
No Data