JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Blazor Grid, Custom command handling example › Reply To: Blazor Grid, Custom command handling example
September 15, 2023 at 11:56 am
#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/