JavaScript/jQuery TreeList - editing.changes
index CTP
Zero-based index of a new row. Applies only if the type is "insert".
Type:
NOTE
This functionality is available as a community technology preview (CTP). Should you have any questions or suggestions prior to its official release, please create a new ticket in the DevExpress Support Center.
If the pageIndex has a value, this field sets a row index on the specified page. In other cases, this field specifies the row index within the entire grid. Only data and group rows are indexed. To add a row to the end of the page or grid, set index to -1.
pageIndex CTP
Zero-based index of a page into which a new row should be inserted. Applies only if the type is "insert" and the pager is used.
Type:
NOTE
This functionality is available as a community technology preview (CTP). Should you have any questions or suggestions prior to its official release, please create a new ticket in the DevExpress Support Center.
This field has a value if the TreeList uses the pager. This value equals paging.pageIndex, but you can override it with a custom value. To add a row to the last page, set this field to -1.
Feedback