Hi all,
Does anyone know if it's possible to allow the user to resize the row selector column in the grid? I noticed that if you group by a column the size of the row selectors is decreased and some large numbers are trimmed. There doesn't seem to even be a tooltip displayed for these by default...
Cheers,
Richard
Hi Richard,
There's a RowSelectorWidth property you can set in code, but there's no built-in support for allowing teh user to resize the RowSelectors.
Are you setting RowSelectorWidth initially? I don't see any reason why the RowSelector width should be changing when you group the grid. That might be a bug.
Hi Mike,
Thanks for another swift reply! The images below show what's happening. In the first you see all the numbers are visible. However, when the user groups by a column, the row selector shrinks slightly (to allow for indentation i presume), and numbers greater than 1000 are trimmed. I never set the RowSelectorWidth (at design time or run time).
Note: If the user were to group by a second or third column, the size of the row selector remains the same...just shifts with the row indent instead.
Ungrouped:
Grouped:
Thanks,