We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Cloning GridGroupingControl

I know GridDataBound can be cloned but are there any ways to clone a GridGroupingControl Regards Yogi

1 Reply

AD Administrator Syncfusion Team January 12, 2005 10:50 AM

Try this. GridGroupingControl ggc = new GridGroupingControl(); ggc.InitializeFrom(this.gridGroupingControl1); ggc.DataSource = this.gridGroupingControl1.DataSource;

Loader.
Live Chat Icon For mobile
Up arrow icon