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

update operation with kendo grid

0 Answers 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kalpesh
Top achievements
Rank 1
Kalpesh asked on 15 Nov 2012, 05:34 PM
Hi,

I have a solution to perform crud operation.
I have some problem with update operation.
The scenario is, I have a sharepoint2010 list. this list is binded with grid.
for update operation I am specifying the event provided by Kendo UI Framework that is "k-grid-update".
please just suggest me how can I access the newly edited values in my event handler". Following is my handler.
 $("#grid").on("click", "k-grid-update", function(e){
                         // How can I retrieve newest edited or added values.
                          });

.
So that I can update the sharepoint list as well with grid it is update itself.
Please suggest me soon.

Thanks,
Kalpesh

No answers yet. Maybe you can help?

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