I am working on a form below and I want to provide the user with a readonly datagridview so they can just click the selected record and then show that record at the bottom for maintenance.
Right now, the datagridview control is not responding to the navigation events. I found this old post http://forum.strataframe.net/Topic9799-7-1.aspx?Highlight=datagridview, but I am not sure is this has been fixed?
Is the datagridview control suppose to respond to the navigation events automatically or do I have to change some properties to make it work?
Thanks!
Edhy, I have tested this over and over and it works fine. I am not sure what issue you are running into here, but there is more than likely something else being placed in your code that is causing the issue. I have also double-checked with some people that I KNOW are using this logic and they are not having issues. You might dig a little deeper...I prefer the ListView method anyway, but if you want to keep with this, people use grids in this fashion everyday...so I think that there is probably something else going on here.
Thanks Trent, I will keep looking at this since I like the fact of the grid being manage/synch with the MaintenanceFormToolStrip.