You can intercept the KeyboardEvent in your cell item editor, and set the
edited item position manually with something like:


DataGrid grid = this.owner as DataGrid;
grid.editedItemPosition =
   {rowIndex:grid.editedItemPosition.rowIndex,

    columnIndex:grid.editedItemPosition.columnIndex+1};



2009/7/18 j2me_soul <[email protected]>

>
>
> When an item editor opens,  the first control can obtain focus for editing,
> but pressing the Enter key move focus to the next cell. How can I move the
> focus in the same row horizontally ?
>
>
>
> ------------------------------
> 200万种商品,最低价格,疯狂诱惑你<http://count.mail.163.com/redirect/footer.htm?f=http://gouwu.youdao.com>
> 
>

Reply via email to