|
-
Jan 6th, 2016, 11:07 AM
#3
Thread Starter
Addicted Member
Re: VB.net DataGridView CellContentClick and CellValueChanged
Yes, I read that already but don't understand it. Do you have an example?
I am handling the DataGridView.CommitEdit already. How/Where do I handle the CurrentCellDirtyStateChanged event? How do I isolate a checkbox column from a text column other than by columnIndex. Why does it randomly choose between the two?
Edit: I have been experimenting with these methods and they seem to work well and good when you only have one editable column. It's when you introduce two different types of columns that it randomly choose between the two. I tried to isolate them by identifying the columnIndex. Is there a different way to isolate the columns or edit events?
Last edited by Fedaykin; Jan 6th, 2016 at 12:29 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|