Hello,
We are testing the possibility of migrating our application to blazor
and we are trying to maintain the same user experience for data entry.
We would like to understand if in the future the DataGrid will be able to have same user experience as an excel-like grid.
Our goal is to be able to intercept the event of the "changed value" in a cell from user input "TAB or ENTER"
or by a programmatically background change (like the user case: "I click a button and change a cell value") and then:
- change another cell values,
- enable or disable editing of a cell in a row,
- place the focus(cell in edit state) in another desired cell,
- change backgrond of a cell/row,
by a c# function without refresh the entire grid.
...is it possible??? Or will it be possibile?
Best regards,
Marco