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

Update and Cancel buttons show as text

2 Answers 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Glenn Plunkett
Top achievements
Rank 1
Glenn Plunkett asked on 06 Jan 2012, 04:05 PM
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:

<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?

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 09 Jan 2012, 12:07 PM
Hello,

Please refer to the help article below for more information about how to customize the action buttons in telerik grid:
http://www.telerik.com/help/aspnet-ajax/grid-customize-action-buttons.html

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Glenn Plunkett
Top achievements
Rank 1
answered on 10 Jan 2012, 02:00 AM
I was missing the <EditFormSettings> section - that solved my problem, thanks.
Tags
Grid
Asked by
Glenn Plunkett
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Glenn Plunkett
Top achievements
Rank 1
Share this question
or