--- In [email protected], "candysmate" <[EMAIL PROTECTED]> wrote: > > My dataGrid obtains its data from a bindable variable. I wish to set > the editedItemPosition of the dataGrid after the data has finished > loading into it. > > CallLater was not a successful ploy. How else can I achieve this please? >
Oops I should have said that I am setting focus to the grid before setting the editedItemPosition. So the sequence of events will be: 1) load data into grid 2) set focus to the grid 3) set the editedItemPosition of the grid currently it appears that the data has not finished loading/updating before the setFocus() tries and finds a null object.

