I'm working with a web application that uses the UltraWebGrid v10.3. I needed to group the data in the grid which I managed to get working with a GroupByBox
.
Once the grid is grouped by a certain column, I want to remove/hide that column from the grid, I plan to achieve this using an event.
My question is, what are the events fired before and after a column header is dropped in the GroupByBox?