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

POST Form with grid data with format json and custom url

1 Answer 360 Views
Grid
This is a migrated thread and some comments may be shown as answers.
n/a
Top achievements
Rank 1
n/a asked on 24 Aug 2018, 09:22 AM
i want post form and grid data ,
i have sample like this
https://dojo.telerik.com/OZUsIzIw/4

i want try post to my url with format json
http://10.0.8.212:81/api/ArPumPd/create

how to do that? thank you.

1 Answer, 1 is accepted

Sort by
0
Accepted
Viktor Tachev
Telerik team
answered on 28 Aug 2018, 08:51 AM
Hi,

Please have in mind that the Grid widget is not a form control and posting data data in it with a form is not available out of the box. If you would like to retrieve the data available in a Grid I would suggest calling the data() method for its DataSource. Then you can create an ajax request and use it to submit the data.


Regards,
Viktor Tachev
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
n/a
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or