How to stop propagation of RadzenCheckbox event to the parent ?
My checkbox is inside sortable grid column, clicking on checkbox forces sort event on a grid.
HeaderTemplate>
<RadzenCheckBox TValue="bool" Style="float:left" Change="@(args=>onChangeItemStatus(args,""))">
ColumnTitle
/HeaderTemplate>
Oh, a tip on how to align checkbox to the left of the header will also be nice!
Thanks!