Hi Pavel,
Greetings
from Syncfusion support.
We suggest
you to override the default checkbox styles as like the below codes to achieve
this requirement. Please use as like the style below,
|
<style>
.e-grid
.e-rowcell .e-checkbox-wrapper .e-frame.e-icons{
width:25px;
height:25px;
}
.e-grid
.e-rowcell .e-checkbox-wrapper .e-frame.e-icons.e-check{
background-color: transparent;
border-color: transparent;
color: red;
}
</style>
|
Please get
back to us if you need further assistance.
Regards,
Renjith R