MVCxClientTreeList Members
A client-side counterpart of the TreeList extension.Methods
Name | Description |
---|---|
Cast(obj) static | Converts the specified object to the MVCxClientTreeList type. |
PerformCallback(data) | Sends a callback with a parameter to update the TreeList by processing the passed information on the server, in an Action specified via the TreeList’s TreeListSettings.CustomActionRouteValues property. |
PerformCustomDataCallback(data) | Sends a callback with a parameter to process the passed information on the server, in an Action specified via the TreeList’s TreeListSettings.CustomDataActionRouteValues property, and then return the processing result to the client, to the ASPxClientTreeList.CustomDataCallback event. This method does not update the TreeList. |
Events
Name | Description |
---|---|
BeginCallback | Occurs when a callback for server-side processing is initiated. |
See Also