I populate a new grid from json
with custom formatter
the foramtter is defined :
testFormatter(value,el,opts)
{
if value==0
$(el).addClass(“Fail”);
…
}
I am expecting the cells to use the css class
but If I check the cells they don't add that class.
help appriceated
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top