I want to post kendo Grid data source with mvc model,how can i do that..? please give any idea..I want to post list of record set with form data and store data in 2 table
id , name , Date <-- form table
id, FID(Foreign key mapped with form table),Subject, Marks <-- Record set list I want to add this record from kendo grid
How can I post grid data source with mvc model?
please help me
Regards,
Vinit