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.