This question is locked. New answers and comments are not allowed.
Hi,
I have a RadGridView and I'm handling the RowLoaded event in order to set the font weight of the cells in the row based on some data property of the row item.
The issue is when the font weight property of bold is applied to the cells, their contents can extend over the boundary line to the next cell if the column was already stretched to its maximum width. Any change to the column width manually using the mouse will then correctly hide the text that is extending out of the cells in question.
Can I force the columns in the GridView to resize after the RowLoaded events have finished firing and the size of the data in all cells is then known?
Regards,
Chris
I have a RadGridView and I'm handling the RowLoaded event in order to set the font weight of the cells in the row based on some data property of the row item.
The issue is when the font weight property of bold is applied to the cells, their contents can extend over the boundary line to the next cell if the column was already stretched to its maximum width. Any change to the column width manually using the mouse will then correctly hide the text that is extending out of the cells in question.
Can I force the columns in the GridView to resize after the RowLoaded events have finished firing and the size of the data in all cells is then known?
Regards,
Chris