DataGridView Virtual Mode Sort
-
Hi, I have implemented virtual mode alright, but i guess that makes the automatic sorting of DataGridView disable. Does anyone know how to implement sorting with Virtual mode? Thanks
Mubashir Software Architect Storan Technologies Inc, USA Every job is a self portrait of the person who did it.
-
Hi, I have implemented virtual mode alright, but i guess that makes the automatic sorting of DataGridView disable. Does anyone know how to implement sorting with Virtual mode? Thanks
Mubashir Software Architect Storan Technologies Inc, USA Every job is a self portrait of the person who did it.
I haven't tried it, but I don't think you can do this without requerying the database for the sorted record set. Virtual mode doesn't load the entire dataset all at once so I don't think it can sort what it doesn't know about.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007