Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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

In the current behavior of the Syncfusion Blazor Grid, when a user double-clicks a cell to initiate inline editing, the focus defaults to the first editable column, not the clicked cell. This disrupts user expectations and editing flow. To enhance usability, the grid should automatically focus the exact cell that was double-clicked, ensuring a more intuitive and efficient editing experience. This feature is especially important in grids with multiple editable columns, where users expect direct interaction with the targeted data field.


Sample: Blazor DataGrid Inline Editing | Cell Editing | Syncfusion


  1. Run the sample. 
  2. Double on ShipCountry column of fourth record. 
  3. Focus will be moved to First column of the fourth record in the edit form. But User expects the focus to be ShipCountry column