Hi, I'm developing a MAUI application with use of Telerik DataGrid. My question is how to trigger the CommitEdit command when user clicking any part of the page? Currently, CommitEdit will trigger when clicks any part of the Telerik DataGrid. Thanks
1 Answer, 1 is accepted
0
Maria
Telerik team
answered on 28 Apr 2023, 11:26 AM
Hеllo Nelson,
To trigger the CommitEdit command outside the DataGrid control, you have to execute is by using the following code:
I tested this on a button-click event outside the DataGrid control and the command is executed. I hope this will be of help to achieve the scenario you are looking for.