Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
xamWebGrid and various datasets
posted

Hello!

1. I need to bind to the xamWebGrid various DataSets. All data on the iis server contains In the System.Data.DataSet. This DataSet can contain various number of DataTable`s with various number of columns with different names.

Just show me the best way to transfer this DataSets data to the client silverlight xamWebGrid and bind it, of course, to the xamWebGrid.

2. How to bind data to xamWebGrid programmatically without ItemsSource?

Thank you.