Posted 6 August 2018, 1:26 pm EST
I am using angular 6 and in wijmo flexgrid I want to use css class similar to below to disable flexgrid ,whenever a particular data comes and if data is fine flexgrid should be free to be edited and worked
This css I am using to make it look in a paricular color and disable .I am able to stop pointer events but the color is not getting taken from this css style.
.lockedFields {
pointer-events: none;
background-color :#ffffcc!important;
}
