Click here to Skip to main content
16,004,602 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I set datagridview2.readonly=false but i cannot change value in my grid //
Posted
Updated 14-Aug-11 20:49pm
v2
Comments
Orcun Iyigun 15-Aug-11 2:47am    
can you post some code please?

1 solution

datagridview2.EditMode = DataGridViewEditMode.EditOnEnter

http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.editmode.aspx[^]
 
Share this answer
 
Comments
Dalek Dave 15-Aug-11 5:04am    
Nice Link.

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



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