Hi there,
I've found a typo in the collectChildrenSortTree function in grid.treegrid.js:
query.orderBy(sortname,newDir,newDir,st, datefmt);
should be
query.orderBy(sortname,newDir,st, datefmt);
Hope that helps. Cheers
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top