In my custom css
.jqx-checkbox-check-checked-View
{
background-image: url(‘images/check_black.png’);
}
and in base.css
.jqx-checkbox-check-checked
{
float: left;
background: transparent url(images/check_black.png) center center no-repeat;
padding: 0px;
border: none;
outline: none;
margin: 0 0 0 0;
}
even if i am removing the background property i am still seeing the check mark is there any place else this property is set to.
Actually in one of the grid i am getting the check mark when i click on the check box but in another grid i am not.
Is it picking from somewhere else as i believe these two places i could find it but then i removed the image but i am getting it from somewhere else in one of the grid