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
1140
Frustrated wingrid
posted

Having some troubles.

I have 2 columns that I am saying hidden = false, but one of them stays hidden.

I set the SetVisiblePosition (4,True) also. But the columns stays hidden . I set the width also to 72

Is there any ideas I can try to get this column back. I have removed it and readded the column from the designer to see if that would help, it didn't.

 

Parents
  • 469350
    Offline posted

    Hi,

    How is the column hidden in the first place?

    If you are setting Hidden to false and the column still doesn't show up, then it seems to me that something else must be re-hiding the column after you set hidden to false. Maybe you are loading a layout in your grid and the layout has the column hidden. Or maybe your code is setting Hidden to true on the column somewhere after you set it to false.

Reply Children
No Data