Hi Matej, If I leave out the the treeTable.updateTree(target); line, my row is not refreshed. I have a TreeTable with 7 columns. When I enter text in the first column, the 7th column of the same row needs to be refreshed (calculates sum). Since this refreshes the column in which the user just entered data, the cursor is removed, therefore I tried to put the cursor back in by using the focusComponent (hackish I know - but since I update the row in which the cursor is placed, I see no way around it) Theres a big chance I goin' the wrong way about doing this. PS: I update the 7th column "onBlur"
Well - On Tue, Mar 18, 2008 at 8:55 PM, Matej Knopp wrote: > Node changed event tells the tree that the node has been changed and > rebuilts the actual tree item component. Are you sure that you need to > refresh tree item component? > > Btw. Why are you callind focusComponent on component that has just been > blurred? > > -Matej > >
