DkGridSelection
You can access this instance through the property named selection of the DkGridComponent.
Generics
<T>
represents the object's shape coming from the data source.
Properties
Property | Description |
---|---|
| It gets or sets the function to define the selectable rows. Type: |
Methods
Method | Description |
---|---|
| It marks the given row as selected. Params:
Return: |
| It marks the given rows as selected. Params:
Return: |
| It unchecks the given row as selected. Params:
Return: |
| It unchecks the given rows as selected. Params:
Return: void. |
| It returns all the selected rows. Params: None. Return: |
| It returns all the selected entries without the Params: None. Return: |
| It marks all the selectable rows coming from the data source. Params: None. Return: |
| It unchecks all the selected rows. Params: None. Return: |
Events
Event | Description |
---|---|
| It emits the selected row. Params: None. Return: |
| It emits the deselected row. Params: None. Return: |
| It emits all the selected rows. Params: None. Return: |
Last updated