Hi
I'm using jqGrid in an application that colors the resulting text (via classes) depending on their values. Prior to 3.8, I had a colorow() function as the parameter value passed to AfterInsertRow and always set gridview to false. Everything worked well.
With version 3.8, I wanted to take advantage of Groups and have all that working nicely as well however this conflicts with using AfterInsertRow since gridview is set to true (per http://www.trirand.com/jqgridwiki/doku.php?id=wiki:grouping)
Can someone recommend a strategy to get the same effect? (setting classes according to a particular row value)
Thank you
Greg
By the way, jqGrid is truly an amazingingly powerful plugin!!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top