Hi,
I am using XamGrid or xamDataTree and need to directly bind a dynamic DataTable or DataSet (System.Data.DataTable / DataSet of .NET 4.0)
As per confirmation from Infragistic sales / technical team, it is supported, so looking for any POC / sample code which can be used to evaluate the same.
Hello,
To bind to dynamic data you'll need to take an approach similar to the following where the XamGrid is bound to Dictionaries: http://community.infragistics.com/forums/p/54648/284925.aspx#284925
The reason this is needed is that Microsoft has not implemented support for DataTables or DataSets in Silverlight. For more information, please see the following blog post from Microsoft's ADO.NET Team: http://blogs.msdn.com/b/adonet/archive/2009/05/26/dataset-and-silverlight.aspx
Please let me know if I can be of any further assistance with this matter.