grid cell color changing
<script type="text/javascript"> function setActionButtonColor() { var x = document.getElementsByClassName("toolsBtn"); var i; for (i = 0; i < x.length; i++) { if (x[i].getAttribute("data-cmd") === "attachments") { x[i].style.backgroundColor = "red"; } } if (px_all && px_all["ctl0...