Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Simple. Find a suitable selector for the table and select the nth-child td's:
$("table#gridTable_2000 tr td:nth-child(3)").css("backgroundColor", "red");
FWIW, I almost never use IOL with grid edit.
$("table#gridTable_2000 tr td:nth-child(3)").css("backgroundColor", "red");
FWIW, I almost never use IOL with grid edit.