SolidSoft-Lda opened a new issue #1186:
URL: https://github.com/apache/royale-asjs/issues/1186
1. ContainerDataBinding mxml
2.
<dg:DataGrid localId="grid" dataProvider="{data}">
<dg:beads>
<beads:DataGridOptions modelType="{TestGridModel}"/>
</dg:beads>
3. The DataGridOptions bead it's a bead to dynamically add buttons to the
Jewel DataGrid
4. Result: Data binding is not working.
Workaround (tested):
1.
public class TestConfig {
public static const gridModel:Class = TestGridModel;
}
2.
<beads:DataGridOptions modelType="{TestConfig.gridModel}"/>
3. Result: Data binding works.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]