ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: sidads on November 20, 2013, 03:51:23 pm
-
Hello Experts,
How do I change the border color of specific row, I tried using the getRow to get the row object but couldn't find the class that is being used to set the border color of row.
please advise how to achieve it.
Regards,
Sidads
-
Did you try outline. (you may also add it in a class)
$tr.css("outline", "1px solid black");
-
Did you try outline. (you may also add it in a class)
$tr.css("outline", "1px solid black");
Thank you, the above technique works but when I scroll the css resets back. Please advise how to fix this.
-
Apply css in the refresh event.
http://paramquery.com/api#event-refresh