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

gridgroupingcontrol

how to copy selected column value of each row from ggc to datatable

1 Reply

NK Neelakandan Kannan Syncfusion Team February 8, 2015 06:49 AM UTC

Hi Pravin,

 

Thank you for your interest in Syncfusion products.

 

We regret to let you know that we are quite unclear with your query but however we suggest you to TableControlCurrentCellAcceptedChanges event. This event will be triggered when you change any column cell values. Please make use of below code,

 

 Code Snippet:

this.gridGroupingControl1.TableControlCurrentCellAcceptedChanges += new GridTableControlCancelEventHandler(gridGroupingControl1_TableControlCurrentCellAcceptedChanges);

 

void gridGroupingControl1_TableControlCurrentCellAcceptedChanges(object sender, GridTableControlCancelEventArgs e)

        {

         

          //Your code here     

        }

 

Please let us know if the provided solution helps you. If not please give us more details regarding this so that we can provide you a solution.

Regards,

Neelakandan


Loader.
Live Chat Icon For mobile
Up arrow icon