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

Moving Update and Cancel button to top or hide that and use my own buttons in editor template

1 Answer 276 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Robert Madrian asked on 16 Oct 2016, 04:17 PM

Hi,

- Is it possible to move the Update and Cancel button of the popup Editor to the top instead of the buttom of the editor?

- or is it possible to hide/remove that two buttons and use my own Buttons or use a toolbar with a Save and Cancel Button instead?

regards robert

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 19 Oct 2016, 05:18 AM
Hi Robert,

Yes, you can use a Toolbar template to achieve this requirement:
http://demos.telerik.com/aspnet-mvc/grid/toolbar-template

Then, use the build-in API methods provided by the grid to add functionality to the buttons:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#methods-saveRow

It will look like something similar to this:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/commanditem/defaultcs.aspx

I hope this will prove helpful.

Regards,
Eyup
Telerik by Progress
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
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Answers by
Eyup
Telerik team
Share this question
or