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

Images in EditCommandColumn Not Displaying Properly

0 Answers 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
License
Top achievements
Rank 1
License asked on 01 Aug 2012, 07:16 PM
I am using an EditCommandColumn to Edit/Update/Insert records but when I use custom images instead of the default text, there is an unnecessary line break between the Update/Cancel images in Edit Mode as well as the Insert/Cancel images in Insert Mode. If I leave the default they display side by side. I am not specifying a header or item width and even if I do, I get the same results. The column widths are adjusting as necessary when I am using text. I can't seem to find any properties in the column to set any sort of image display layout.

<telerik:GridEditCommandColumn  ButtonType="ImageButton" EditImageUrl="images/edit.gif" UpdateImageUrl="images/update.gif" InsertImageUrl="images/update.gif" CancelImageUrl="images/delete.gif"></telerik:GridEditCommandColumn>

Any ideas?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
License
Top achievements
Rank 1
Share this question
or