Hi,
I have a RadGrid in inline edit mode. Everything works perfectly, except when in edit mode, my Update and Cancel buttons show as text links instead of images. I'm using a GridEditCommandColumn:
Thoughts?
I have a RadGrid in inline edit mode. Everything works perfectly, except when in edit mode, my Update and Cancel buttons show as text links instead of images. I'm using a GridEditCommandColumn:
<
telerik:GridEditCommandColumn
FilterControlAltText
=
"Filter EditCommandColumn column"
CancelImageUrl
=
"~/images/cancel.jpg"
EditImageUrl
=
"~/images/page_edit.gif"
UpdateImageUrl
=
"~/images/save.jpg"
ButtonType
=
"ImageButton"
>
- The images exist at the URL specified.
- The Edit button properly displays the image.
- I'm using a LinqDataSource with AllowAutomaticUpdates = true
Thoughts?