Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1290
Group by split data
posted

Hi,

In my WebGrid one of the columns has comma-separated values, e.g.:

Column
Value1, Value2
Value1, Value2, Value3
Value1, Value3
Value2

The grid is in Outlook GroupBy mode. When I drag the columnt into Group area - the grid is grouped by entire cell value. Is there a way to intercept the event and group by each individual value? So the result will be:

Column
[+] Column: Value1

     - All rows that have Value1 in Column
[+] Column: Value2
     - All rows that have Value2 in Column
[+] Column: Value3
     - All rows that have Value3 in Column
[+] Column: Value4
     - All rows that have Value4 in Column

Thanks!