MVCxBatchUpdateValues<T, S> Properties
Contains all the changes that are synchronized between the client and the server side when the extension functions in batch edit mode.| Name | Description |
|---|---|
| DeleteKeys | Contains a list of keys that correspond to records deleted on the client side in batch edit mode. |
| EditorErrors | Provides access to the dictionary of data source items and the corresponding ModelStateDictionary items. |
| Insert | Contains a list of objects that are the records added on the client side in batch edit mode. |
| Update | Contains a list of data items updated on the client side in batch edit mode. |
See Also