DataGridViewCheckBoxColumn values
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there, I'm using DataGridViewCheckBoxColumn, when a check box is unchecked sometimes I get the value {} (it's not a string value) instead of false. I want to get the value false or true. Does anybody know why do I get the value {} and how can identify this value programatically? Thanks in advance, Elvia PS: Windows application in Microsoft Visual C# 2005