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?

有帮助吗?

解决方案

By default when you group a column in the UltraWebGrid that column will be hidden. This can be changed with the DisplayLayout.GroupByColumnsHiddenDefault property. You should make sure that this is set to Yes which is the default value.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top