I have a grid with 5 columns. If I drag a c column (say 4) to the group by box then the groups are shown. If I try to expand the groupby box with the mouse, rowchanged event is triggered and then reading a value from a cell, I get a null exception error.
Once the group is expanded, and I click on a row, I need the row changed event to trigger.
also, can I show the number of items in each group. Now it shows the group Text, but I want to show the group text and count in the group.
Thanks as always