المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to disable selection in datagridview.



C# Programming
07-14-2010, 04:00 PM
Hi,

How to disable selection in datagridview?
I used datagridview1.ClearSelection();
it cleared the selection. But, I would like to restrict the user not to select the data. Please let me know how to achieve this. Thanks in advance.