David91
9 years agoFrequent Contributor
Search multiple lines (rows)
I need from that object UltraGrid (Infragistics.Win.UltraWinGrid.UltraGrid) find all the rows that have a value in the second column "1". I used method FindRow, for example: var r = ultraGrid.FindRow(2, "1"); but this method search only first row with value "1". I need search all rows with value "1" i second column and click on row. For example. Line searches and clicks on it ..etc. Please advice how to retrieve all rows with a value "1" in the second column...Thank you so much for advice.. :)