I have been using a ListView control in virtual mode for some time in my stand-alone desktop application. I have also used the DataGridView control in non-virtual mode for a while. I like the editing features in DataGridView and the virtual mode performance in ListView. Now I need to use virtual mode in DataGridView but my application is not meant for SQL server and huge database manipulation. Is there a way to use DataGridView in virtual mode without going to datasets like I can in the ListViewControl?
↧