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

RadGrid select imagenbutton missing

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
improwise
Top achievements
Rank 1
Iron
Iron
improwise asked on 05 Oct 2010, 02:23 PM
When using a RadGrid if I change the button columns for update and delete to image buttons, it works, but if I do the same for a select button, only the word "Select" is displayed. Looking at the properties, I can't find any image URL for selectbutton, like:

mvwres://Telerik.Web.UI, Version=2010.2.826.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Default.Grid.Update.gif

For update button for example.

How do I make this work?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 05 Oct 2010, 02:32 PM
Hello Patrik,

There is no "select" image button in RadGrid. You can use a custom one.

<telerik:GridButtonColumn ButtonType="ImageButton" ImageUrl="....." CommandName="Select" />

Kind regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
improwise
Top achievements
Rank 1
Iron
Iron
Answers by
Dimo
Telerik team
Share this question
or