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
1995
Grid Column visible problem
posted

Mike,

I am using Infragistics version 2011 v2. I am facing a different issue in one of my screen ( in grid).

In that screen i have a tab control with many tabpages. Each tab page have one grid. The grid which placed in 3rd tab have totally 7 columns (2 hidden and 5 visible).

But while running screen, it show only one column (first column). I checked the below properties.

a) I checked the column's hidden property. It is showing "False" for all 5 columns (Except 2 hidden)

b) I checked the grid.activecolscrollregion.visibleheader. It shows only 1 column.

If i click the first column's header, all other columns get visible.

I attached the screen shots below :

At form load :

 

After header click :

 

Guide me to solve this problem.