Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to get the edited data in edittemplate of datagrid.But not able to get the edited data I'm getting same data which i bindede to datagrid.

I tried in this way

C#
private void GVMarketList_CellEditEnded(object sender, DataGridCellEditEndedEventArgs e)
      {
var data=(DataObject)datagrid.selecteditem;//not working and also tried many but not working



      }

And also after lots of googling no result.
Posted

1 solution

The DataGridCellEditEndedEventArgs will contain the arguments that activated the event handler I guess.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900