Moving columns in a GridGroupingControl

Hello. I''m trying to catch the event that is fired when i move a column in a gridgroupingcontrol. I''ve tryied All the "ColsMoved" i''d found, but without result. What is the good event? thank you.

1 Reply

AD Administrator Syncfusion Team March 23, 2005 11:23 PM UTC

Try the this.grdResult.TableDescriptor.Columns.Changed event. Check the value of e.Action to see what is happening.

Loader.
Up arrow icon