Hi Stephen,
Thanks for contacting Syncfusion Support.
Query: change the background color of an edited cell using batch mode
We can change the background color of batch edited cell from its default green color with CSS. Please check the below CSS customization,
<style>
.e-treegrid .e-grid td.e-updatedtd {
background-color: yellow !important;
}
</style>
|
Please check the below screenshot,
Please check the below sample,
NOTE: The style customization works only when we elevate the CSS to global scope using the encapsulation: ViewEncapsulation.None. We have already discussed the same in the below help documentation,
If we have misinterpreted your query, kindly get back to us with detailed explanation of your requirement with screenshot/video demo.
Regards,
Padmavathy Kamalanathan