This is a migrated thread and some comments may be shown as answers.

Display Issue - repeating icons when select row

3 Answers 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sara
Top achievements
Rank 1
Sara asked on 06 Jan 2009, 04:54 PM
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?

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 07 Jan 2009, 07:31 AM
Hi Sara,

Currently the RadGrid sprites have a limitation on the height of selected rows. We will increase the allowed height or remove the limitation completely for a future release. In the meantime you can change the CSS rule for the selected row to use a separate non-sprite image (if you tell me which skin you are using, I will send you the image). Sorry about this inconvenience.

Kind regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sara
Top achievements
Rank 1
answered on 07 Jan 2009, 02:14 PM
Thank you!  I am using the Office 2007 skin.
0
Dimo
Telerik team
answered on 10 Jan 2009, 09:48 AM
Hi Sara,

I have attached the required file. You need to add the following CSS rule to your website:

tr.SelectedRow_Office2007 
     background#f1c15f  url('RadGrid_Office2007_Selected.gif') 0 0 repeat-x ; 
 



Kind regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Sara
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Sara
Top achievements
Rank 1
Share this question
or