How to detect and change the background color of an edited cell, if you using batch mode?

How to detect and change the background color of an edited cell, if you using batch mode?

1 Reply 1 reply marked as answer

PK Padmavathy Kamalanathan Syncfusion Team May 21, 2021 01:42 PM UTC

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-coloryellow !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 


Marked as answer
Loader.
Up arrow icon