Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Disabled checkbox list cannot be scrolled

    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

    #2
    Disabled means completely non-interactive and you'll find native controls also remove scrollbars when disabled.

    We would recommend not marking the control as disabled if you don't want this effect - you could perhaps just disable the header, and then on the body you just cancel click events and/or selection changes.

    Comment

    Working...
    X