Hi techlandandyzhang,
Greetings from Syncfusion Support!
Thank you for reporting the issues with Tree Grid virtualization behavior.
We’ve reviewed the first scenario regarding editing state not being preserved while scrolling. This is expected behavior with virtualization enabled—only the currently visible rows are rendered in the DOM. As a result, when a row in edit mode is scrolled out of view, it is destroyed and recreated when scrolled back into view, causing the edit state to reset.
Regarding the second issue—missing records at the top while scrolling up—we’ve tested this behavior using the sample below, but were unable to reproduce the problem: 53t4doam (duplicated) - StackBlitz
To help us investigate further, could you please share:
- A minimal reproducible sample or modified version of the above link
- The exact steps or configuration used when the issue occurs
- Any specific scroll position or expand/collapse behavior preceding the problem
We’ll be happy to assist further once we can reproduce the issue.