Hi isomorphic,
I’m looking for suggestions on how to make a read-only FilterBuilder while keeping scrolling enabled.
In our current setup, we add the FilterBuilder to a layout and then call setDisabled(true) on that layout. This gives the desired read-only appearance, but it also causes the scrollbar to stop working once we reach the FilterBuilder section.
Code levels used:
SmartClient Version:
'v14.1p_2025-04-04/Pro Deployment'
Thank you.
I’m looking for suggestions on how to make a read-only FilterBuilder while keeping scrolling enabled.
In our current setup, we add the FilterBuilder to a layout and then call setDisabled(true) on that layout. This gives the desired read-only appearance, but it also causes the scrollbar to stop working once we reach the FilterBuilder section.
Code levels used:
SmartClient Version:
'v14.1p_2025-04-04/Pro Deployment'
Thank you.
Comment