This is an automated email from the ASF dual-hosted git repository.

gregdove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit e79888036dbb39149e3c222e961c7f6a27b21caf
Author: greg-dove <greg.d...@gmail.com>
AuthorDate: Tue Feb 22 13:54:20 2022 +1300

    Make sure the mx DataGrid responds to dataProvider changes (as ADG already 
does)
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index b3f7665..b3ffe2a 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -233,6 +233,7 @@ DataGrid
        alternatingItemColors: #F7F7F7, #FFFFFF;
        IChangePropagator: 
ClassReference("org.apache.royale.html.beads.DataGridColumnChangePropagator");
        IDataGridPresentationModel: 
ClassReference("mx.controls.beads.models.DataGridPresentationModel");
+       IDataProviderNotifier: 
ClassReference("mx.controls.beads.DataProviderChangeNotifier");
        IBeadView: ClassReference("mx.controls.beads.DataGridView");
        IBeadModel: 
ClassReference("mx.controls.beads.models.DataGridICollectionViewModel");
        IBeadLayout: ClassReference("mx.controls.beads.layouts.DataGridLayout");

Reply via email to