itemrenderer has a data property which is the model, in where you should keep text selected status, but only triger update in renderer to have great performance, if you really bind text selection(the view)to data, it will work.
I have concrete example if I am allow to post link here. -Gary On Jul 12, 2013 5:31 PM, "mark goldin" <[email protected]> wrote: > I am using RichEditableText for an item renderer. The selected text in a > cell will get unselected after the row with selected text goes out the > view. How can I keep text selection for all time? > > Thanks >
