New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridUserActionEventArgs : Sys.CancelEventArgs

Inheritance Hierarchy

Methods

get_actionName

Returns the name of the initiated action.

Parameters

Returns

String

get_newPageIndex

Returns the argument of the action. The name of the method depends on the action. For PageSize changing it is called get_newPageSize.

Parameters

Returns

Number

get_tableView

Returns the owner TableView object.

Parameters

Returns

Telerik.Web.UI.GridTableView

set_newPageIndex

Sets the argument of the action. The name of the method depends on the action. For PageSize changing it is called set_newPageSize.

Parameters

value Number

Returns

None

In this article