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