In the flat view, i want to configure the sort type by desc to both category and color, but the result seems to wrong , the sort of color is right but the Alphabetic sorting of category is random.
function setSort() {
flexmonster.setSort("Category", "desc");
flexmonster.setSort("Color", "desc");
}
Regards
Leon