Hi,
I have a DataSet object being returned by the controller in JSON format. The DataSet object contains multiple DataTable objects. Can you suggest me the best way to go about handing these?
Regards,
Guru
Just to add more details...i want to display all tables in the Dataset on the view
Hello Guru,
You need to create igGrid instance for each table in the serialized data set. You can configure them in JavaScript or in MVC with chaining.
Best regards,Martin PavlovInfragistics, Inc.