I have a datagrid with several columns of cells that are editable and a 
custom combobox cell renderer. When a user edits a cell and leaves, I 
pass that entire row to a RemoteObject to do some validation. If there 
are errors, I want to keep that cell focused until the errors are 
corrected. 

Right now, I have implemented this using my datagrid's change and 
cellEdit listeners to simply dispose the celleditor and set focused 
cell to the errored cell. However, with my combobox, Mm invalid cell 
simply loses focus and I am able to access and change it. I do not want 
to allow access to this combobox while I still have an error.

Can someone point me towards a more elegant solution or something to 
force the focus back onto the invalid cell when I access the combobox.

Thanks.




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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/

<*> 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/
 




Reply via email to