Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Friend

Help me!
I have a tabcontrol which has six tabpage. each tabpgae has a datagridview and each datagridview contains first column of checkbox column.I match certain criteria pragmatically and set value for checkbox column true.When i debug program i see that code hit ...r2.cells[0].value =true ..but visually not changed.only first tabpge's datagridview checkbox vaue change visually remain unchanged. When i try to cut and paste other page's datagridview in Ist tabpage i see that other datagridview is working properly in Ist tabpge. What is reason behind it.

Please help me what i am doing wrong.
Code is as below..
Posted
Comments
Sergey Alexandrovich Kryukov 16-Sep-14 0:04am    
Here is what you are doing wrong: you are asking a question in a wrong way.
Try to create some short but comprehensive code sample manifesting your problem and provide other essential information. Please see:
SSCCE.
—SA
[no name] 16-Sep-14 1:57am    
try to be clear
find this it might help http://www.codeproject.com/Answers/819232/Datagridview-checkbox-value-set-true-programatical#answer1

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900