how can i disable a particular column in UltraWinGrid from grouping.Also which event is raised when i select only a Column header.I need the event only for the column header.
Thankyou,
M.
malli_436 said:which event is raised when i select only a Column header.
You can use the BeforeSelectChange or AfterSelectChange events. These events don't just fire for columns, they will also fire for rows or cells, bt you can check the event args to see what kind of selection took place.