Hi folks,
the question is: how I can modify the style of the select row checkbox inside kendo-grid?
I use the kendo-grid for AngularUI.
I have added the kendo-grid-checkbox-column for selecting multiple row. Using the <ng-template kendoGridHeaderTemplate> I'm able to change the style of the header check box.
I need to change the style of the row checkbox. I have tried to verride the css class (using <style> on the component html or adding class to the component css) .k-checkbox
new class:.k-checkbox {
border: 1px solid #474747 !important;
width:24px !important;
height: 24px !important;
border-radius: 8px !important;
}
Picture: