Categories | Question details Back To List | ||
dhtmlxGrid groupBy #stat_total splitAt Hi, I'm trying use groupBy and the function's #stat_total with splitAt, grid.groupBy(0,["#title","#cspan","#stat_total","#stat_total","#stat_total","#stat_total"]); it should be display like this: A B C D E F region(3) 8 6 10 10 ---------------------------------------------------------------- region city 2 1 3 5 region city 1 2 5 1 region city 5 3 2 4 When i used, grid.splitAt(2); grid.groupBy(0,["#title","#cspan","#stat_total","#stat_total","#stat_total","#stat_total"]); but it display like that : A B C D E F region(3) 8 6 10 10 ---------------------------------------------------------------- region city 2 1 3 5 region city 1 2 5 1 region city 5 3 2 4 Thanks Best regards Ke Answer posted by dhxSupport on Dec 01, 2009 07:04 This bug confirmed and fixed. Please contact directly support@dhtmlx.com and provide you ref. ID and we will send you fixed file. |