DataGridBuilder<T>.SelectedRowKeys Method
Name | Parameters | Description |
---|---|---|
SelectedRowKeys(JS) | value | Allows you to select rows or determine which rows are selected. Applies only if selection.deferred is false. Mirrors the client-side selectedRowKeys option. |
SelectedRowKeys(IEnumerable) | value | Allows you to select rows or determine which rows are selected. Applies only if selection.deferred is false. Mirrors the client-side selectedRowKeys option. |