I have a XamDataGrid that I create fields dynamically. The problem is that when I save a layout and try to reload it. If the dynamic fields changed, added or removed, then the customized layout will not work any longer. Is there a way to fix this? I am using version 10.3.
Hello Paul,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
I haven't had the time to run through this example. Will this also take care of the fields that added to the grid at runtime?
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Yes, it should. The SaveCustomizations method takes all Fields of the Grid, no matter they are added in XAML or code.