Could you please send me the sample code to bind the grid and the chart control with the datatable/dataset? I am not finding easy making use of the code snippet in the product site. Please get me a working solution of both.
Let me know if I may be of further assistance.
Hello Devington,
Thank you for contacting us.
In order to use igGrid or igDataChart with DataTable as DataSource you should convert the DataTable records to IQueryable. In this way the data from the DataTable will be properly send and siplayed from the widgets.
Please have a look at the following references that are showing how to implement this functionality:
http://es.infragistics.com/help/jquery/iggrid_binding_to_datatable.html
http://es.infragistics.com/community/forums/t/63485.aspx
http://es.infragistics.com/community/forums/p/64090/324867.aspx#324867
Looking forward to hearing from you.