I have a datagrid with a custom component used as an itemRenderer /
editor. The component has two view states (default is simply the text
of my data and the second state contains my editor fields). I have is
set up so that when an individual double-clicks on the cell of my
datagrid the renderer changes view states to the editor view.  This
view contains a dateSelector component and two numeric stepper
components that reflect a date (dateSelector) and the hour and minute
in the two steppers. The problem I have is that I'm trying to control
the view state based on when the user clicks outside of the editor.
When the user is done editing  the applicable field(s), I want the
viewstate to change back to simply the text-view state and remove the
editors.



I had this working except that whenever a user changed focus from say
the dateSelector to one of the numeric steppers the view state changed
prematurely. The editor view should stay in view until the datagrid
cell loses focus.  Any ideas???

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to