Hi Alex,
I had written recordselectory style selector. The selecor class executed only for intial viewable
records. Not executed for non-viewable records. If we scroll the grid the same set stye
repeated for rested of row upto last records.
How to refresh recordselector automatically?
Regards,
Ramesh.P
ok. Thanks Alex.
Ramesh,
Yes. PreLoad will generate all the DataRecordPresenters, and if you have a lot of records, it might have some performance impact on your application. We advise that PreLoad is used only if it is really necessary or if you have small number of records.
Thanks Alex.
I make it as Virtualize now. It is working.
is Preload make any performance issue if i watch morethan 25000 records?
Hello Ramesh,
This is because of the RecordContainerGenerationMode property. DataRecordPresenters will be generated only for the records that are currently into view. As you scroll down, new DataRecordPresenters are generated. If you want all of them to be generated initially, you have to sex the RecordContainerGenerationMode property to Preload.