I am binding my XamDataGrid to a DataSet at runtime. Is there any way to bind it at design-time so at the very least I can see my layout?
Hello,
I am not completely sure, but I think that only "static" data source like XML, defined inside the xaml will be displayed in design time. The DataSet will be created when the application starts, so there is not way for the data to be displayed beforehand.
I had a hunch that was the case. Thank you for verifying it. :)