Hi,
Do we any Ignite UI samples (MVC helper for loading/Saving data in a Grid) for ASP.Net5 Beta8/MVC6/VS2015?
Thanks,
Valliappan
Hello valcs007,
Thank you for posting in our forum.
We do have MVC 6 wrappers for all Ignite UI widgets, which we shipped as part of the 15.2 release. However we haven’t included any MVC6 specific documentation or samples since Asp.Net 5 is still not officially released and due to this our mvc6 wrapper are also released as CTP (Community Technology Preview).
We haven’t introduced any changes in the syntax or option for the MVC 6 wrappers and they retain all functionalities currently available with the previous MVC versions. Due to this I suggest you take a look at the current samples available in our samples browser that demonstrate how to load/edit data in the grid, for instance :
http://www.igniteui.com/grid/basic-editing
Let me know if you have any questions.
Best Regards,
Maya Kirova
Infragistics, Inc.
http://ko.infragistics.com/support
Thanks for your response Maya. Can you please create a sample project using Infragistics Grid (MVC Helper) Targeting ASP.Net5?
I added below reference in Project.Json
"IgniteUI.Trial": "15.1.20151.2300"
and I am getting below error when I try to refer Infragsitics in my .cshtml file
IHtmlhelper does not contain a definition for 'Infragistics' and no extension method infragistics accepting a first argument could be found (Missing a Assembly Reference)