Hello,
I am successfully loading via Json to a grid. Now I wanted to highlight rows in a color if the date is less than 1 month from today. The dynamically built Json seems to be fine. Here is an example:
…{“id”:“1807”,“selected”:true,“style”:“color:red;”, “data”: [“1807”,“SMITH, Vincent”,“6/2/2013”,“4.4”,“4”,“3.5”,“3”,“3.7”,“Intermédiaire”,“B2+”]},…
And, I load this with using:
myGrid1.load(myfile,‘json’);
It loads fine, but ignores the red color for the specified rows…any idea why?
Many thanks,