Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Cascading Data Updates

The Cascading Data Updates feature is aimed to speed up the GridControl‘s performance while scrolling data rows. Initially, when an end user scrolls grid rows, the grid synchronously loads all rows that should be displayed onscreen. With the enabled cascading data updates, visible rows are asynchronously loaded. To enable this feature, set the TableView.AllowCascadeUpdate / TreeListView.AllowCascadeUpdate property to true.

To enable asynchronous update of group summaries, set the TableView.AllowGroupSummaryCascadeUpdate property to true.

To provide visual feedback, the grid plays an animation after row data has been retrieved from a data source. Multiple settings enable you to fine tune the animation effect. These settings are: