TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deepak Bhatia
NA
369
15.7k
DataGridView Events
Sep 21 2009 3:03 AM
how to know DataGridViewCheckBoxColumn value has changed in the DataGridView? I found the answer to the question There is event CellContentClick. private void dataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e) { //Column Index of column containing DataGridViewCheckBox int columnIndex= searchIndex; if (e.ColumnIndex == columnIndex) MessageBox.Show("Check Box Status Changed"); }
Reply
Answers (
3
)
how to get data from SQL to hide empty cell
INSTALL APPLICATION CREATE A FILE & EDIT RESOURCE VALUE IN PROPERTIES