Is there a support built into 2008.2 release to customize the ultragrid grouping operation?
I have a DateTime column and I would like to give the user the possibility to choose between a yearly/quarter or monthly group.
Thank you.
Hi,
There's a property on the grid column called GroupByMode, which has a whole bunch of options including Month, Year,and Quarter.
I'm not sure what version this feature was added in, but I think it was probably before v8.2, so take a look and see if the property shows up in intellisense.
If it's not there, you could either upgrade, or write your own custom GroupByComparer for the column.
Hi, just noticed something, we're running 12.1.20121.2082 and GroupByMode.Quarter on a DateTime column is flaky. Outlook, date, month, year are all correct, but Quarter produces mixed results. I have a bunch of rows all with a column of oct and sept dates... I'll get a mix of repeated Q4 and Q3. the child rows are correct between oct and sept, but i should be getting only 2 parent bands Q4 and Q3, not repeats. Did this break and or get fixed in a hot fix? thanks