G Guest Apr 22, 2005 #1 How do I select programically select a row in a WinForm DataGrid after sorting it? thx in advance Rui Pedro Nascimento
How do I select programically select a row in a WinForm DataGrid after sorting it? thx in advance Rui Pedro Nascimento
C Cor Ligthert Apr 23, 2005 #2 Cybertoast, When you use a dataview of the datatable.defaultview than it will be synchronised in that. (And than there are more methods) I hope this helps, Cor
Cybertoast, When you use a dataview of the datatable.defaultview than it will be synchronised in that. (And than there are more methods) I hope this helps, Cor