We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Select Row color

How can I change the light gray of the row selector?  And possibly making it disappear all together so that both the hover and selector are neutral.

Thanks


1 Reply

SS Seeni Sakthi Kumar Seeni Raj Syncfusion Team December 2, 2019 11:34 AM UTC

Hi William,  

Greetings from Syncfusion.  

You can customize the required features and their appearance in the Grid with the classes defined in the following Help Document.  


For your case, you would like to customize the background-color of the row. Please follow the screenshot.  

 

Refer to the following code for CSS styling over the rows.  

    <style> 
      .e-grid .e-selectionbackground.e-rowcell { 
        background-color: lightgreen; 
      } 
    </style> 


Regards,  
Seeni Sakthi Kumar S             


Loader.
Live Chat Icon For mobile
Up arrow icon