0
votes

My requirement i want to do the calculation in Kendo Grid While Clicking the Add New Record or Edit in Popup mode. Currently i am not able to catch the Kendo Grid Popup event. But i can able to catch the event outside using html on chaning event. It's working but i need to add the this functionality in inside grid like how we are binding event/methode to save, remove ,cancel. I tried using change event but it is working inline of the grid but it's not working in popup mode. Please look at my Dojo link. http://dojo.telerik.com/AtebI/10

Acutally i am generating grid on the fly(dynamically). So i have to bind the event before Creating/rendering.

Anyone help me to achieve.

1

1 Answers

1
votes

DataGrid edit event is fired when user opens row edit on popup editor and also when creating new row. http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-edit