Hi,
I have 2 questions here,
1. Is there any way to create an igCombo control using the c# datatable.
2. How to create igCombo by using the HTML Helpers (Html.Infragistics().Combo()) and JSON/XML.
Hello Nagaraj,
Thank you for contacting Infragistics!
As you can see from the following link for the igCombo the supported datasources are the igDataSource, HTML SELECT element or an IQueryable:
http://help.infragistics.com/doc/jQuery/2014.1/CLR4.0/?page=igCombo_Overview.html
If you look at the following sample you can see how to create the igCombo using the MVC helpers and how to pass data down from the server:
http://igniteui.com/combo/aspnet-mvc-helper
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.