Closed
Solved
clicks on any row then the background color should change
I have a requirement in repeating grid when the user clicks on any row then the background color should change.
Any inputs Please...
***Edited by Moderator: Pallavi to update platform capability tags***
Following is the sample code:
<script>
//test is the funciton name, which should be called from Run Script.
function test{
document.bgColor='red'; OR document.getElementById("DivName").style.backgroundColor = "red";
}
</script>