Is it required for XamDataGrid to be rendered to initialize layout? I have a class that does loading/saving grid customizations and I want to cover it with unit tests. But when I'm creating XamDataGrid in code and saving customization - resulting xml contains no field layouts at all.
Hello adogg,
Thank you for your post!
I have been looking into it and it seems that I am missing something from your scenario. Would it be possible for you to provide me with a small sample application, that shows the functionality you are using? This way I would be able to further investigate this matter for you and provide you with more information.
Thank you for the cooperation. Looking forward to hearing from you.
Hi Gerdana,
I've attached sample test project. If you run it you'll see that TestMethod1 method is failing because there are no 'field' elements in the saved layout.
Regards