Hi,

I have a requirement where the datagrid is populated by backend data
objects. I want to use these objects directly. I might not have any
problem with that but my issue is I neeed to add a checkbox to each
row of the datagrid. This checkbox is not associated with any
particular value of the dataobject. Is it possible to have a checkbox
item rendererer not associated with any field of the item in
dataprovider of the datagrid. When the checkboxes are checked/
unchecked I am thinking of storing a reference to this datagrid object
in a dictionary
with the either true/false accordingly and use this value later when
they click save to change some fields in the dataobject.

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