I am using SyncFusion Blazor v18.0.2.57
I have a grid with EditMode.Dialog and I want to add validation to the fields in that edit dialog.
I assume I need to add code to the OnActionBegin handler of the Grid and if the args.RequestType is equal to Action.BeginEdit or Action.Add, then perform validation there, but I can't see how I can reference the individual fields in the dialog.
Can you provide an example?