Hello,
during the work with performance optimizations I was facing following situation:
The attached example shows this behavior.
Please advice if there is setting wrong or the use of XamDatagrid and virtualization needs to be done in a different way.
Thanks
NikoIsSelectedPropertyBug.zip
Hello Michael,
thanks for the fast response - it works now as expected.
Niko
Hello Niko,
Thank you for contacting Infragistics. You can resolve this by setting the grid's RecordContainerGenerationMode="Virtualize" . Let me know if you have any questions.
eg.
<igDP:XamDataGrid FieldLayoutInitialized="XamDataGrid_FieldLayoutInitialized" DataSource="{Binding Items}" SelectedDataItemsScope="RecordsOrCells" RecordContainerGenerationMode="Virtualize">