12/3/2010 1:57:20 AM
Title:
i want ans
what is difference between itemeditor and itemrender in flex 4?
12/3/2010 2:32:16 AM
Itemrender - Itemrender is used to display data in any look and feel i.e. to customize data and design.
Itemeditor - Itemeditor is used is used to define how the value will be edited. E.g. Say you have a textfield but on click you don't want text to be edited directly but instead use a component like numeric stepper to edit the value. In this case you will use itemeditor as numeric stepper.
Regards,
Nilesh