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
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