Interface DataBoundComponentMethods


public interface DataBoundComponentMethods

DataBound Component Methods

An Action Method initiates an orchestrated client-server flow that stores or retrieves data and updates one or more components.

For example, the editor.saveData() Action Method saves the record currently being edited in the form, transparently handling the trip to the server, standard error conditions such as validation errors (whether the validation error happens on the client or server), and update of client-side caches.

Action Methods are available on DataBoundComponents.

See Also: