I have a multilevel XamDataGrid that has 4 levels of records, and it starts out with IsExpanded = false. First time expand, it feels really slow. I have forced the IsExpanded to true, and run it, it seems faster. I would like to have the records pre initialized so that before the grid appears, the records are ready to display.
Incidently I cannot force the grid to be initially expanded from the ViewModel because the Grid automatically resets the value to false. Using version 11.2
Hello,
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.
Thank you for your post. I have been looking into it and I can suggest you set the XamDataGrid’s RecordContainerGenerationMode Property to PreLoad in order to turn off the XamDataGrid’s Record virtualization and have them initialized when the application starts. Here you can read more about this Property possible values. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.