Flex: Using NumericStepper as an itemEditor in a DataGrid
Posted
by AlexH
on Stack Overflow
See other posts from Stack Overflow
or by AlexH
Published on 2008-12-17T17:38:16Z
Indexed on
2010/04/14
13:03 UTC
Read the original article
Hit count: 328
I am trying to make one field in a datagrid editable with a numeric stepper. My current attempts look like they are working, but the dataProvider is not actually being changed.
Based on what I have read in a billion different places, the syntax should be
< mx:DataGridColumn dataField="a" itemRenderer="mx.controls.NumericStepper" rendererIsEditor="true" editorDataField="value" / >
I have tried several variations on this theme, and nothing seems to work. What am I missing?
© Stack Overflow or respective owner