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

Remove default buttons

0 Answers 137 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jaymin
Top achievements
Rank 1
Jaymin asked on 19 Oct 2012, 06:00 AM
how to remove default button and add my custom button in kendo grid from add and edit form.
Roby
Top achievements
Rank 1
commented on 12 Aug 2022, 05:46 PM

Try this in a script block added to the bottom of the page:


 $(() => {
        $("div.k-form-buttons").remove();
    })

No answers yet. Maybe you can help?

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