Hi,
I search an event that appears after a column was removed from the group by area of the UltraGrid.
The AfterColPosChanged and AfterGroupPosChanged events are not fired after this action.
Thanks in advance.
Thanks it works.
Hello,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Thank you for contacting Infragistics Developer Support.
As the columns on which the rows are grouped by are part of the SortedColumns collection of the band, the events that fire are AfterSortChange and BeforeSortChange. In the events you can check the SortedColumns collection of the band for grouped columns in order to see if there are grouped by rows.
Please let me know if you have any additional questions.