Change date grid row color
// Get the Grid object
var c = eform.c.Grid1;
// Set the Grid row (ID = 1) background color by CSS style
c.htmlObj.lastChild.childNodes[0].rows[1].style.background = '#CCCCCC';
Commenting is not enabled on this course.
// Get the Grid object
var c = eform.c.Grid1;
// Set the Grid row (ID = 1) background color by CSS style
c.htmlObj.lastChild.childNodes[0].rows[1].style.background = '#CCCCCC';
Commenting is not enabled on this course.