- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
How would I be able to fill in the whole row red when the check box is filled. i was able to figure it out for just the check box it self.
if (this.rawValue == "1") {
this.fillColor
="255,0,0";
}
else {
this.fillColor
="255,255,255";
}
Solved! Go to Solution.
Views
Replies
0 Likes
Total Likes