Refreshes the Grid using the underlying Virtual Data.
Syntax
ISGrid.VirtualDataRefresh([newActiveRowIndex], [newActiveColumnKey], [retainSelectedRows])
Parameters
| Name | Type | Optional | ByRef | Description |
| newActiveRowIndex |
Integer |
Optional |
|
Index of row to activate. Use -1 to not activate any row or -2 to retain the current row.
If omitted, a value of -1 is assumed. |
| newActiveColumnKey |
String |
Optional |
|
Column Key to activate. Use "" to use the default column, "[current]" to retain the current column. |
| retainSelectedRows |
Boolean |
Optional |
|
After refreshing, retain the same selection (this assumes that no rows have been deleted or moved).
If omitted, a value of False is assumed. |
- Member of:
- ISGrid
- Namespace:
- Intersoft.ISUserInterface6
- Assembly:
- ISUserInterface6, Version=6.0.3
- Target Framework:
- .NET 9.0