Re: [flexcoders] Re: DataGrid itemEditEnd event fails with non-text itemEditors

2007-11-23 Thread Aaron Miller
The DataGridCoumn.editorDataField defaults to 'text' when not set. If you are using a component that does not use the text property, you will need to explicitly set it. In the case of a NumericStepper, you would set it to 'value'. Best Regards, ...aaron On 11/23/07, luciddream54321 <[EMAIL PROTEC

[flexcoders] Re: DataGrid itemEditEnd event fails with non-text itemEditors

2007-11-23 Thread luciddream54321
I should also mention the SDK I'm using is Flex 3 M3 (Beta 2) --- In flexcoders@yahoogroups.com, "luciddream54321" <[EMAIL PROTECTED]> wrote: > > Hi, > > I have an editable DataGrid and have specified a function to handle > the itemEditEnd event. One of the columns is using a NumericStepper > as