have you looked into DataGridEvent.preventDefault(). there's a simple example in the docs titled
"Determining the reason for an itemEditEnd event" --- In [email protected], "fritzdimmel" <[EMAIL PROTECTED]> wrote: > > Hi! > Is it possible to not let a user leave a editable column in a datagrid > with a custom textinput with a validator, to focus out (leaving the > edit mode). > If the user has to input a number and there's a NumberValidator, how > can I prevent letting the user leave the textinput? > > Thanks, > Fritz > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

