I've built a grid that is fully populated on page startup, so it should be at maximum width, but is in a second pageview. The first pageview allows the user to select columns. I then iterate through the checkbox list and hide any column not checked.
What I'm finding is that prometheus will squeeze the columns to fit the window rather than add a scroll (client setting for allowscroll is set) and I can't get the scroll bar to show.
I think this is an issue with prometheus since I copied the page changed the assembly and prefix to rad controls (and removed the export setting) and found that the scroll bar shows up as expected.
Is there some additional setting in the prometheus grid that I'm missing
What I'm finding is that prometheus will squeeze the columns to fit the window rather than add a scroll (client setting for allowscroll is set) and I can't get the scroll bar to show.
I think this is an issue with prometheus since I copied the page changed the assembly and prefix to rad controls (and removed the export setting) and found that the scroll bar shows up as expected.
Is there some additional setting in the prometheus grid that I'm missing