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 10:53 am
#108688
oliver.aldrian
Participant
This is no solution for Blazor.
Calling a JS function is not useful if I want to actually do something in Blazor.
Can you provide an example how to use the CommandClicked of the Grid properly?
From the API docs I gathered that this event should give me the name, and a possiblity to cancel the default action? is this correct?