State the difference between Item Renderer and Item Editors?

devquora
devquora

Posted On: Feb 22, 2018

 

Difference between item renderer and item editors are as follows;
  • Both are used for the purpose of 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 an item being edited. We can also use item renderer as editor by using Boolean property renders editor.
  • Item renderer is used to format and display the contents in components whereas item editor allows us to edit the displayed content

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Flex Interview Questions

    Why is disable auto update method used?

    This method is used as it protects the events that represent changes to the underlying data from being broadcast by the..

    Flex Interview Questions

    What is a View Cursor?

    A cursor is an instrument used for position indicator, it points to any particular item. View cursor is used in order t..

    Flex Interview Questions

    Explain Filter Function?

    The filter function is used to limit the data view in the collection to any particular subset of source data. The funct..