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
390
How to Get column index from ultraGrid
posted

Hi all I am very New in Infragistics Controls.

I have ultrawingrid, which have bind data from database.

there are 10 columns in grid, and  5 to 9 columns made visible false,

so 10th column index in grid layout is 4,(At Runtime)

now if i access column like this

ugGrid.DisplayLayout.Bands[0].Columns[4].Header.Caption

then result should come caption of 10th column

how it is posible?