how do i make my datagridview cells readonly but responde to mouse clicks....Am populating the datagrid using a dataset
how to make datagrid cells readonly
Page 1 of 11 Replies - 133 Views - Last Post: 30 January 2013 - 07:39 AM
Replies To: how to make datagrid cells readonly
#2
Re: how to make datagrid cells readonly
Posted 30 January 2013 - 07:39 AM
You could handle the .KeyPress event, mark it is e.Handled = true; and return so that nothing changes.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|