S
|
safesurf 5/5/2015 |
If you want to keep the original color after you unselect check box. .checkedHighlight {
$("tr[id^=gridRow]").bind('click',function() { |
S
|
safesurf 5/6/2015 |
The code had to be changed to get it working in Chrome browser. The checkbox would not work in Chrome. .checkedHighlight {
// Change check box anywhere on row
|
R
|
riajul74 6/2/2015 |
How can i use this for cell? The code had to be changed to get it working in Chrome browser. The checkbox would not work in Chrome. Custom CSS: .checkedHighlight {
// Change check box anywhere on row
|
T
|
text 11/5/2015 |
Hi Sergey To do so add the following code to List page Javascript OnLoad event. $("tr[id^=gridRow]").bind('click',function() {
var selColor="antiquewhite"; |