#108693
ivanpeevski
Participant

Hi Oliver,

 

Blazor runs asynchronously from JavaScript, so the handled property is not available.

If you wish to change the default behavior of the Delete command, for example, you can change its “Command” name to a custom name. For example:

CommandColumnDelete = new GridCommand() { Visible = true, Command=”customDeleteCommand” },

 

Best Regards,
Ivan Peevski

Smart UI Team
https://www.htmlelements.com/