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

Styling Insert/Cancel buttons in EditItemTemplate

1 Answer 16 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Noor Wazir
Top achievements
Rank 1
Noor Wazir asked on 02 Feb 2016, 04:46 PM

Hi there;

I'm using an EditItemTemplate in a GridTemplateColumn, and the insert/cancel buttons are showing up as plain text (the sort automatically created by the control).  How do I style them, or convert them to image buttons?  

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 05 Feb 2016, 07:02 AM
Hello Noor,

You can use the properties provided in the following tag to achieve this requirement:
<MasterTableView ... >
    <EditFormSettings>
        <EditColumn ButtonType="ImageButton">
        </EditColumn>
    </EditFormSettings>

I hope this will prove helpful.

Regards,
Eyup
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Noor Wazir
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or