pro_vb_dotnet thread: text searching a datagrid
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
|





