Hello Isomorphic,
I have a checkbox-list (ListGrid with selectionAppearance = "checkbox") which has more columns\rows than fits the control size so scrollbars appear.
In some case, I need to set the grid to be disabled in order to disable selection and also affect the visualization of the grid - it all becomes gray.
The problem is that when the grid is disabled, scrollbars also disappear.
Is it expected that disabled grid will not have scrollbars?
Is there a way to overcome this?
I am seeing this on the latest SmartClient build (v12.1p_2020-12-10)
Thanks
Gil
I have a checkbox-list (ListGrid with selectionAppearance = "checkbox") which has more columns\rows than fits the control size so scrollbars appear.
In some case, I need to set the grid to be disabled in order to disable selection and also affect the visualization of the grid - it all becomes gray.
The problem is that when the grid is disabled, scrollbars also disappear.
Is it expected that disabled grid will not have scrollbars?
Is there a way to overcome this?
I am seeing this on the latest SmartClient build (v12.1p_2020-12-10)
Thanks
Gil
Comment