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

Event handlers for custom commands in grid get fired twice

0 Answers 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rrj
Top achievements
Rank 1
Rrj asked on 06 Sep 2012, 04:38 PM
Hi,
newbie here
Wondering if anyone has also seen this behavior.

I have a kendo grid and i'm binding it to an observable array using knockout.
My grid contains a column defined as follows:
 command:
                        [
                            { text: "View", click: ViewHandler },
                            { text: "Edit", click: EditHandler },
                            { text: "Delete", click: DeleteHandler }
                        ],

The issue i am having is that whenever the View, Edit or Delete actions are clicked, the associated handlers are being fired twice.
 
Thanks

No answers yet. Maybe you can help?

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