Rupesh Kahane

Rupesh Kahane

  • 95
  • 19.1k
  • 4.1m

Pass Grid Values , Input Fields values to Controller KendoUI

Dec 24 2016 7:44 AM
I have a bellow situation.
 
I am adding values to Kendo Grid. There is an unique key for each user who is going to supply different materials like Pen, Book, NotePad.
 
I am adding only Product Code, Product Name to my grid. After adding multiple fields I have to add this records into database with only one User Id and multiple product details
 My View is as like
 
 
I have two tables as
 User
 Id  Name
 1 Rupesh
Product
 
 Id    FK_UserId P_Code P_Name
 1Pen 
 2Book 
 3NotePad 
 
How can I insert this by using kendo UI MVC.

Answers (1)