Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.