Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top