If I'm understanding you right, this question is best left to Greg. But I'd just like to clarify the scenario: You mean you have a TextInput (let's call it A) that is outside the purview of the TableView. You enter edit mode on a TableView row, then click A - and the desired behavior is that this will simultaneously save the edits (closing the editor) and focus A?
That sounds reasonable - I just wanted to make sure that we were talking about the same scenario :) -T On Wed, Sep 9, 2009 at 9:41 PM, Scott Lanham <[email protected]> wrote: > Hi, > > After a TableView row has being edited using a TableViewRow editor, if I > click > on say a TextInput, the row finishes editing but the TextInput doesn't > receive > the focus. Is there a way that I can get the component that is "clicked" on > after a row edit to receive the focus? > > Thanks, > > Scott. >
