DkGridEdition
You can access this instance through the property named edition of the DkGridComponent.
Generics
<T>
represents the object's shape coming from the data source.
Properties
Property | Description |
---|---|
| It is a read-only property that returns all the rows in edition state. Type: |
| It is a read-only property that returns all the modified rows. Type: |
| It is a read-only property that returns all the deleted rows. Type: |
| It is a read-only property that returns Type: |
Methods
Method | Description |
---|---|
| It changes the row status to edition state. Params:
Return: |
| It saves the changes in the given row. The given row must be valid and not pristine. After updating, DkGrid sets the row status to Params:
Return: |
| It changes the row status to Params:
Return: |
| It changes the row status to Params:
Return: |
| It reverts any change that the user has made. Params:
Return: |
| It takes all valid rows which are not pristine and saves their changes. Params: None Return: |
| It deletes the given rows that are not in the edition state. Params:
Return: |
| It cancels the current edition state for every row, losing all the changes you have made. Params: None. Return: |
| It takes those modified or removed rows from the given rows and restores them to their immediate previous state. Params:
Return: |
| It displays the corresponding subset of rows editing. Params:
Return: |
| It makes DkGrid shows the standard view. Params: None Return: |
Events
Event | Description |
---|---|
| It emits the row that has been changed to edition mode. Params: None. Return: |
| It emits the modified rows. Params: None. Return: |
| It emits the rows that have been canceled for edition. Params: None. Return: |
| It emits the rows that have been deleted. Params: None. Return: |
| It emits the rows that have been deleted. Params: None. Return: |
| It emits the rows whose changes were reverted. Params: None. Return: |
| It emits every time you navigate between the standard and the edition view. Params: None. Return: |
Last updated