The following tables list the members exposed by GridAffectedItems.
Name | Description | |
---|---|---|
![]() | GridAffectedItems Constructor |
Name | Description | |
---|---|---|
![]() | length | Gets the length of the collection. |
Name | Description | |
---|---|---|
![]() | add | Adds an item to the collection. |
![]() | clear | Clears the collection. |
![]() | clone | Creates and returns a copy of the collection. |
![]() | getItem | Returns an item from the collection by its index. Can be either a row object or just a row ID pair if the row is on another page. |
![]() | indexOf | Returns the index of the provided item. |
![]() | isEmpty | Indicates whether the collection is empty. |
![]() | remove | Removes an item from the collection by its index. |