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

Kendo Grid update not working(JAVA + STRUTS+ tiles)

1 Answer 95 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nitesh
Top achievements
Rank 1
Nitesh asked on 11 Sep 2012, 01:29 PM
Hi Guys,

I am new to Kendo and was able to get the List on JSp in grid format but when I click on edit button, I am able to edit the data on JSP but when I click on Update , I am not able to update in database, I just want to get the data back to action class, so that I can atleast update them using JAVA code.

The only problem is with transport I guess, I dont know how to pass the URL.
Please give me a small example of code snippet how to pass control in URL if possible.

Help appreciated.

Thanks and regards,
Nitesh

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 11 Sep 2012, 01:54 PM
Hi Nitesh,

 The Kendo DataSource will use the data source's transport.update configuration to post the updated model to the specified url. The updated model will be sent in "application/x-www-form-urlencoded" format and should be accessible server side as if a form was posted.

All the best,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Nitesh
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or