Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
940
IgniteUI 2103.1 MVC Sample Solution
posted

I am having great difficulty in getting the igGrid working in a VS2012 MVC4 solution using IgniteUI 2013.1.

Please would someone help by posting a link to an example solution so I may evaluate the product.

Many thanks

Parents Reply
  • 23953
    Offline posted in reply to Mark Dakyns

    Hello Mark,

    You can check the Batching updates sample in order to see how to process the updated data server side.

    In order to post the changes to the server when the "Done" button is clicked you can use the igGridUpdating.rowEditDialogClosed event and call igGrid.saveChanges API method.

    Attached you can find a working sample demonstrating this. You just need to reference the Infragistics.Web.Mvc.dll.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc. 

    igGridSample.zip
Children