EasyUI Forum
May 11, 2024, 07:15:40 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: datagrid + color  (Read 2466 times)
rezzonico
Full Member
***
Posts: 183


View Profile
« on: November 05, 2019, 09:27:10 AM »

Hi all,

in a datagrid the selected row is highlighted in yellow.

How can I highlight the selected row in an other color (for example "blue") ?
How can I disable the highlight ?

Thanks
Miche
Logged
jarry
Administrator
Hero Member
*****
Posts: 2264


View Profile Email
« Reply #1 on: November 06, 2019, 06:52:59 PM »

Please override the .datagrid-row-over style.

Code:
<style type="text/css">
.datagrid-row-over{
background: blue;
color: #fff;
}
</style>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!