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
Vlad Alexei
NA
10
10.2k
How to hide data of a specific cell in Datagridview
Jul 11 2019 4:16 AM
I have this DataGridView
1
Beef1
Drink1
2
Beef2
Drink2
3
Beef3
Drink3
But now I want it to become like this by hiding "Beef3":
1
Beef1
Drink1
2
Beef2
Drink2
3
Drink3
I'm only aware of how to hide row and columns which is
dataGridView1.Columns[Index].Visible =
false
;
dataGridView1.Rows[Index].Visible =
false
;
but not sure if it's possible for an individual cell.
Reply
Answers (
3
)
How to create chat window in ASP.NET is there any reference?
how to save a xml as pdf in windows forms