943,898 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Marked Solved
  • Views: 12108
  • C# RSS
Dec 16th, 2007
0

datagrid cell edit event

Expand Post »
anyone knows what event can I fire when I edit the contents of a datagrid cell ?
Similar Threads
Reputation Points: 10
Solved Threads: 1
Light Poster
claudiu_is is offline Offline
40 posts
since Jul 2007
Dec 16th, 2007
0

Re: datagrid cell edit event

There is a whole lot of events beginning with Cell.. like

C# Syntax (Toggle Plain Text)
  1.  
  2. private void dataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs e)
  3. {
  4. MessageBox.Show("I have been changed");
  5. }
  6.  
  7. private void dataGridView1_CellValueChanged(object sender, DataGridViewCellEventArgs e)
  8. {
  9. MessageBox.Show("I am being changed");
  10. }
Reputation Points: 11
Solved Threads: 7
Light Poster
yagiD is offline Offline
35 posts
since Dec 2007
Dec 17th, 2007
0

Re: datagrid cell edit event

I`m using .NET 2k3 so, I can`t use DataGridView
Reputation Points: 10
Solved Threads: 1
Light Poster
claudiu_is is offline Offline
40 posts
since Jul 2007

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: read xml file and display to many text box
Next Thread in C# Forum Timeline: Error Reporting





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC