Since I upgraded to the latest Telerik controls, my RadGrid Delete column no longer accepts my ImageUrl, but shows the default red Delete X instead. The problem exists only when I use CommandName="Delete". If I label it "CustomDelete" or something else, it works fine.
I have 40-50 pages like this and would rather not have to go and modify each one, as well as the code behind to accommodate the new CommandName.
Is there a fix for this? Is this expected? It only started happening in this Q2 release.
Here is the code
Thanks
Clyde
I have 40-50 pages like this and would rather not have to go and modify each one, as well as the code behind to accommodate the new CommandName.
Is there a fix for this? Is this expected? It only started happening in this Q2 release.
Here is the code
<
telerik:GridButtonColumn
CommandName
=
"Delete"
Text
=
"Delete"
UniqueName
=
"DeleteColumn"
ButtonType
=
"ImageButton"
ImageUrl
=
"~/images/icons/trash_16x16.gif"
>
<
HeaderStyle
Width
=
"20px"
></
HeaderStyle
>
<
ItemStyle
Width
=
"20px"
></
ItemStyle
>
</
telerik:GridButtonColumn
>
Thanks
Clyde