Hi,
I have done the script for painting all rows of n cols, if you
put this on the function loadComplete the cols pointed will
be painted.
Here are the params:
records: number of records of the grid.
cols: array of the cols to be painted
classe: style or name of the class to be applied to cells of that col
idGrid: the grid to be painted
example:
1:
highLightCols(records,[4,5,6,7],
“blueClass”, “grid”);
2:
highLightCols(
records, [4,5,6,7],
{
'font-weight': 'bold',color: 'red','text-align':'center'},
“grid”);
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top