I am displaying some lengthy text in a bound grid column. This data was entered via a RadEditor, so it is formatted. When selecting the row, repeating icons are being displayed across the row -- things like filter icons and up/down arrows. They do not appear when the row is not selected -- the text looks just fine. I have no idea where these icons are coming from or how to remove them. Has anyone seen an issue like this?
I think this issue has to do with the height of the selected row. As a temporary measure, I changed the bound column to a template column and am showing the text inside of an asp Panel with auto scrollbars turned on. I've also allowed the end user to resize the row so they can shorten it to where the icon rows are not displaying, but they can still scroll through the text.
A better solution would be to set a maximum row height so the row displays initially at a height that does not cause the problem without requiring all of the additional rows to be way to high. Is there a way to specify a maximum row height, or to check row height when binding data and set it programmatically?
I think this issue has to do with the height of the selected row. As a temporary measure, I changed the bound column to a template column and am showing the text inside of an asp Panel with auto scrollbars turned on. I've also allowed the end user to resize the row so they can shorten it to where the icon rows are not displaying, but they can still scroll through the text.
A better solution would be to set a maximum row height so the row displays initially at a height that does not cause the problem without requiring all of the additional rows to be way to high. Is there a way to specify a maximum row height, or to check row height when binding data and set it programmatically?