Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb_dotnet thread: text searching a datagrid


Message #1 by "Abraham Luna" <abe@a...> on Mon, 4 Sep 2000 11:58:32 -0400
i am trying to search through all the rows in a datagrid, find the first match, and then select that
row. i used to search through the underlying datatable(counting the rows as i went through) and then select the datagrid row. THAT
WAS UNTIL THE CLIENT WANTED THE DATAGRID SORTABLE. now, if the datagrid is sorted, the row numbers wont match. so, is there a way to
search through just the datagrid.


---------
i'm using visual studio .net on windows 2000 pro


  Return to Index