1 State the difference between Item Renderer and Item Editors?
- 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