Hello,
I am using Grid and I have implemented a new feature, namely:
- onTab and onEnter, move to next cell
- If end of row, move to next row or create new row
Implementation:
- onTab and onEnter's event listeners
- getLastColumn
- onEnter
- moveToNextCell
- saveRow
- moveToNextRow
- editAndFocusOnRow
- addRecord
For e-column and #editTemplate: ejs-autocomplete it works.
- setCellValue
BUG: For drop down, display value is lost:
- After setCellValue here, display value shows corrected and then, whole grid fails.