when u use item render u have to keep editable property of column to false. and while using item editor u have to set it to true.
Item renderers are heavier than item editors ( of course :) ) hence ppl say its good to use item renderer as item editor if u really dont need its ui. On 8/5/11, komal harkut <[email protected]> wrote: > Both are used for editing,but item renderer is used for displaying visual > elements.. > > item editor is used for editing purpose. Item editor can pass data back from > the particular control to save it as a new value for item being edited. > We can also use item renderer as editor by using boolean property > renderIsEditor. > > editor is possible for only few controls like tree,datagrid. > > > -- > Thanks, > Komal R.Harkut > > > > > On Thu, Aug 4, 2011 at 9:47 PM, krishna <[email protected]> wrote: > >> Hi Guys, >> >> Can you tell me the differences between ItemRenderers and >> ItemRenderers, Please post as much unique differences as possible from >> your personal experiences. >> >> Regards, >> Krisnam >> >> -- >> 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. >> >> > > -- > 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. > > -- Thanks & regards Akshay Ransing www.enovate-it.com we care. we help you all to win. -- 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.

