Martin Sutherland
2014-03-24T09:23:25Z
Would like to be able to search a particular grid column (by number or key) for a passed value returning an igrow object if found. This should have no effect on the interface (eg does not change current row, selected rows etc) and is purely for internal use...would also be helpful if you could specify which level should be searched since often there could be different data format at lower levels. When searching, if the value type passed to find does not match the value type in the cell being checked then that cell is not compared
Igor/10Tec
2014-03-24T11:20:27Z
If you have such specific requirements, I guess, it should be coded on your side.
Martin Sutherland
2014-03-24T11:52:31Z
I do not think this is specific to me. You have kindly done this on the drop down list already. My last grid had a method "FindRow" which took a column index, starting row index etc and returned the row index of the first row in which the column matched.

The way to look at it is that the iGrid is a valuable data store that can be used in many ways and often important data is contained within the grid and no where else in the program. It would be pointless to duplicate that data outside the grid. I often use hidden columns to contain data that the user does not need to see but is needed by the program. I already use your dropdown list object to translate keys to strings.