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

Change function of popup edit buttons

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joseph
Top achievements
Rank 1
Joseph asked on 18 Dec 2013, 12:03 AM
Hello,

I am using the Kendo UI Grid with popup edit mode.  I need to make changes to the update and cancel buttons to make them work properly for what I'm doing.  How do I go about making these buttons do something different than how they are originally programmed?  I tried searching for this and have not found anything that works for me.  I would be happy to provide any additional information if needed.  Thanks!

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 19 Dec 2013, 09:49 AM
Hello Joseph,

You could replace the built-in buttons using the Grid's edit event. Once the handler is executed you could find and replace the buttons in question using jQuery and the handler's e.container parameter.

Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Joseph
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or