My solution is using .net core 7 and syncfusion 22.1.37.
I am using a data grid with dialog edit mode.
After the user click on edit button or double clicks row, i want to modify the data object. I need to set some default values based on who is logged into the application.
i tried using Action.BeforeBeginEdit and setting
Args.Data.Company = "true";
but the dialog did not reflect the change