Hi,
I have the next task to solve.
For Incell editing if the cursor is on the last row in the last editable field and the TAB key is pressed, a new row must be added as the last row and the cursor must be positioned in the first editable field of this row. The data source for the grid is of the ObservableCollection<> type.
I tried to write code on the OnUpdate and OnStateChanged events but without reaching the desired result.
Any help is welcome.
Vasile Lacatus
Advanced Software Solutions