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
210
Impossible to access not fixed columns with the scroll bar
posted

Hi

I have a grid whith a lot of columns, so the last columns are only accessible by scrolling.

My two first columns are "fixed columns".

If I enlarge the second fixed column so that it reaches the end of the space dedicated to the grid , I still see my scrollbar, but cliking on it has no effect and so I cannot see my other columns anymore.

How could I prevent this ? (it is even not possible to make the fixed column smaller once it goes until the end of the space dedicated to the grid)

Thanks,

Verane.

Parents
  • 469350
    Offline posted

    Hi Verane,

    You could trap the Before/AfterColPosChanged event of the grid. These events fires when the user resizes a column. So you could check to see if the columns are too large and reset them to smaller widths.

Reply Children