GridControl.FindRowByValue Method
Name | Parameters | Description |
---|---|---|
FindRowByValue(GridColumn, Object) | column, value | Searches for the value in the column and returns the handle of the corresponding row. |
FindRowByValue(String, Object) | fieldName, value | Searches for the value in the column and returns the handle of the corresponding row. |