Editing items in datagrid
Hi,
When hitting enter after editing an item in a datagrid, the next row is
selected and the item editor for the same column is shown.
I want the enter button to close the item editor keeping the same row selected.
I'd hoped that I could extend the DataGrid class and override this
functionality but it seems that the code is held in private methods.
Has anyone come across this before or have any possible solutions. I've
thought of a couple of solutions but they're not very elegant.
Cheers
|