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

[Solved] icons not displaying

2 Answers 278 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John Hadjioannou
Top achievements
Rank 1
John Hadjioannou asked on 11 Aug 2009, 10:59 PM
I know this is a stupid question, and it's something obvious, but I've been struggling for hours ...

The "add" and "refresh" icons on my grid display as they should (vista as default skin), but "edit", "delete", "update" and "cancel" display as text ... what am I missing?

John

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 12 Aug 2009, 04:17 AM
Hi John,

Try setting the ButtonType property of the GridEditCommandColumn to ImageButton and see whether image buttons are appearing instead of text.

ASPX:
 
             <Columns> 
                   ....... 
                    <telerik:GridEditCommandColumn ButtonType="ImageButton" ></telerik:GridEditCommandColumn> 
                    <telerik:GridClientDeleteColumn ButtonType="ImageButton" ></telerik:GridClientDeleteColumn> 
                </Columns> 

Thanks
Shinu
0
John Hadjioannou
Top achievements
Rank 1
answered on 12 Aug 2009, 07:13 AM
I had Auto-generate edit and delete colums set, so couldn't find the appropriate properties.

All OK now.

Thank you.

John
Tags
Grid
Asked by
John Hadjioannou
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
John Hadjioannou
Top achievements
Rank 1
Share this question
or