Our application saves grid and column properties as a view that can be applied to a WinGrid. If a view has a GroupBy column and applied to the grid (with the built in ColumnChooser), the grid is initially displayed with the group by column and the collapsed group by rows. If the group by column is then dragged on to the collapsed group by row, the first time and only the first time, that column remains hidden. It is still unchecked in the Column Chooser. After checking it to make it visible, any subsequent grouping and ungrouping works correctly as far as being hidden or not. If I expand the group by row before I do the first ungrouping it also works correctly. Am I missing some property initially that would cause the column dragged back to the grid to remain hidden the first time?
RM
I have v19.2 Infragistics Ultimate and I have a wingrid on the screen of my app. Dragging a column header into the group by column works fine, but sometimes when I drag the column header back into the grid, it doesn't return to visibility in the grid. Also, sometimes, the grid goes to lunch in a routine that looks at daylight savings time calculations. Any thoughts?