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
325
How to set a System.Data to xamDataGrid
posted

Hi all,

What im triyng to do here is resumed in this 2 lines:


System.Data.DataTable dt = data.RetValue.ds.Tables[0];
xamDataGrid1.DataSource = dt;

I'm getting the error canoot convert to Enumerable.

Best Regards,
João Loureiro