Hi there,
We are seeing an issue where a user is manually increasing the size of several columns and creating a horizontal scrollbar. Then, when they try to make another column visible, the column gets displayed with a very small width so the user can't see it.
In your Feature Explorer here: http://www.smartclient.com/docs/6.5/a/system/reference/SmartClient_Explorer.html#columnSize, I can recreate the issue.
1. Open page and hide the Country column
2. Increase the size of the Flag column until just before the Continent column scrolls off the viewport. But, leave enough of the Continent column showing for Step 3.
3. Increase the size of the Capital column until the Continent column is just barely still visible.
4. Show the Country column and it will display but you can barely see it.
After some investigation on some of our grids, this only seems to happen when the horizontal scrollbar is present. Is there any way to have the country column display large enough that the user can see it there? The grid is already scrolling horizontally so why not display the column at the same width as when you hid it and simply expand the horizontal scroll?
We are seeing an issue where a user is manually increasing the size of several columns and creating a horizontal scrollbar. Then, when they try to make another column visible, the column gets displayed with a very small width so the user can't see it.
In your Feature Explorer here: http://www.smartclient.com/docs/6.5/a/system/reference/SmartClient_Explorer.html#columnSize, I can recreate the issue.
1. Open page and hide the Country column
2. Increase the size of the Flag column until just before the Continent column scrolls off the viewport. But, leave enough of the Continent column showing for Step 3.
3. Increase the size of the Capital column until the Continent column is just barely still visible.
4. Show the Country column and it will display but you can barely see it.
After some investigation on some of our grids, this only seems to happen when the horizontal scrollbar is present. Is there any way to have the country column display large enough that the user can see it there? The grid is already scrolling horizontally so why not display the column at the same width as when you hid it and simply expand the horizontal scroll?
Comment