AllowNavigation equivalent for DataGridView
-
Hi everybody! I'm developing a VB.NET 2005 application and I want to use a DataGridView, but I need to disable navigation, so I've been looking for a property like AllowNavigation (like the old DataGrid had) but I don't seem to find it. Is it that the Mycrosoft team removed this property for the new grid? If somebody knows how I can achieve the same as AllowNavigation but for DataGridView, please, let me know. Thanks in advance
Kenia
-
Hi everybody! I'm developing a VB.NET 2005 application and I want to use a DataGridView, but I need to disable navigation, so I've been looking for a property like AllowNavigation (like the old DataGrid had) but I don't seem to find it. Is it that the Mycrosoft team removed this property for the new grid? If somebody knows how I can achieve the same as AllowNavigation but for DataGridView, please, let me know. Thanks in advance
Kenia
-
I've only worked with vb.net 2005...so what do you mean by disable navigation? Or what did the AllowNavigation property do?