Hi
While trying to resize the group header , I am getting the "Object reference error ".
unable to get the cause for this .Is there any event that fires ,when we try to resize the group column header.
Thanks in advance ..
There are BeforeGroupPosChanged and AfterGroupPosChanged events that fire when you resize a group. I can't see how that would help you, though, unless you are handling those events and the error is occurring in your code.