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
1100
Viewing data layout in design mode
posted

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?

Parents
  • 69686
    Verified Answer
    posted

    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. 

Reply Children
No Data