TreeList.EndCurrentEdit Method
Name | Parameters | Description |
---|---|---|
EndCurrentEdit() | none |
Posts the focused node’s values to the data source. Set the EndCurrentEdit(System.Boolean) parameter to true to re-sort and re-filter the tree after saving changes.
|
EndCurrentEdit(Boolean) | updateSortingAndFiltering | Posts the focused node’s values to the data source and optionally re-sorts and re-filters the tree. |