asp.net mvc - Kendo UI Grid Update button not firing -


I am developing a candoui grid with Javascript inline editable option and to click the button to update Can not click on the event Clicking the Data Update button for the server side update event will not update the grid on the customer.

Hope someone can tell me what I'm doing wrong.

This is not a duplicate for it. I have tired the Juffield link in response and it is not working as well.

  & lt; Div id = "grid" & gt; & Lt; / Div & gt; @Session Scripts {& lt; Script type = "text / javascript" & gt; Update: {url: "Home / UpdatePipilals", "$ {function}", {var = " (DataSource: Data Source, Editable: "Inline", DataType: 'Jason', Type: 'Post'}, Pagesystem: 5, AutoSync: True}) $ ('# Grid') .Kendo Grid , Field: "first name", title: "first name", width: 150}, {field: "id", title: "id", width: 150, hidden: true}, {field} : "Last name", Shir C: "Field:"}, Title: "Class", Width: 150}, {Field: "Year", "Last Name", Width: 150}, {Field: "Datefall", Title: "Datefall", Width : 150}, {field: "class" ", title:" year ", width: 150}, {command: [" edit "], width: 150}]})}}; & lt; / scripts & gt; ;}   

Home Controller

  Public Action Results GetPupilsAsJson () {Jayson (GetPupils), JsonRequestBehavior.AllowGet);} [Accept Wirbs (HTP .post)] [http post] public shoe New UpdatePipples (Student P) {// Never accesses here}  

Let me know the schema information Do not know why by putting. Schema: {Model: {id: "id", field: {first name: {edit: true, verification: {required: true}}, last name: {validation: {required} : True}}, date berth: {validation: {required: true}}, class: {validation: {essential: true}}, year: {verification: {expected: true}}}}}

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -