Hi everyone.
Maybe I'm missing something but all the samples of the ignite UI mobile controls are in MVC format and I want to use the controls in a normal HTML5, JS mobile application.
It's difficult for me to implement the controls without some sort of examples of how to do so. I find it hard to believe that the controls can ONLY be used in MVC4??
Devon,
When you look online you can find code for both MVC and HTML. For example if you look at the Grid Editing sample in the Code view there is a drop drop down to select the source file you want to view and editing.html is an option in the drop down. This will give you the logic that you need for writing the jQuery logic in HTML without using ASP.NET MVC.
Let me know if you have any questions with this matter.
Thanks Alan.
I see that some of the categories, like the Remote sorting and filtering only have MVC examples (as far as I can see).
Regards,
Devon.
Hello Devon,
I suggest you to refer the following documentation which explains how to setup a client-side jQuery grid with remote paging, filtering, and sorting by setting up a WCF Data Service in an ASP.NET Web Application and setting two options on the igGrid. This documentation also have sample at the end.
Getting started with igGrid, oData and WCF Data Services
http://help.infragistics.com/Help/NetAdvantage/jQuery/2012.2/CLR4.0/html/igGrid_Getting_Started_With_igGrid_oData_and_WCF_Data_Services.html
Please let me know if you have any questions.