How to update CSS though service in Mashup runtime
-I want to apply cell color in advance grid widget, like intersected cell between row and column selection.
-When I will select row and column in advance grid widget then intersected cell should be highlighted with background color.
I have implemented though mashup CSS, its working but not consistant,solution. "cell_style5" is not constant for entire application. Its keep on changing like cell_style4,cell_style5,cell_style6
.rowselected .cell_style5{
background-color:#00cc66 !important;
border-color:yellow !important;
border-block-width:revert;
}


