C# Class Telerik.Web.Mvc.UI.Fluent.GridClientEventsBuilder

Defines the fluent interface for configuring the Grid{T}.ClientEvents.
Inheritance: IHideObjectMembers
Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

Méthode Description
GridClientEventsBuilder ( GridClientEvents events, System.Web.Mvc.ViewContext viewContext ) : System

Initializes a new instance of the GridClientEventsBuilder class.

OnColumnResize ( System.Action onColumnResizeInlineCode ) : GridClientEventsBuilder

Defines the inline handler of the OnColumnResize client-side event.

OnColumnResize ( string onColumnResizeHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnColumnResize client-side event.

OnDataBinding ( System.Action onDataBindingInlineCode ) : GridClientEventsBuilder

Defines the inline error handler of the OnDataBinding client-side event.

OnDataBinding ( string onDataBindingHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnDataBinding client-side event.

OnDataBound ( System.Action onDataBoundInlineCode ) : GridClientEventsBuilder

Defines the inline error handler of the OnDataBound client-side event.

OnDataBound ( string onDataBoundHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnDataBound client-side event.

OnDelete ( System.Action onDeleteInlineCode ) : GridClientEventsBuilder

Defines the inline handler of the OnSave client-side event.

OnDelete ( string onDeleteHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnDelete client-side event.

OnDetailViewCollapse ( System.Action onDetailViewCollapseInlineCode ) : GridClientEventsBuilder

Defines the inline handler of the OnDetailViewCollapse client-side event.

OnDetailViewCollapse ( string onDetailViewCollapseHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnDetailViewCollapse client-side event.

OnDetailViewExpand ( System.Action onDetailViewExpandInlineCode ) : GridClientEventsBuilder

Defines the inline handler of the OnDetailViewExpand client-side event.

OnDetailViewExpand ( string onDetailViewExpandHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnDetailViewExpand client-side event.

OnEdit ( System.Action onEditInlineCode ) : GridClientEventsBuilder

Defines the inline handler of the OnEdit client-side event.

OnEdit ( string onEditHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnEdit client-side event.

OnError ( System.Action onErrorInlineCode ) : GridClientEventsBuilder

Defines the inline handler of the OnError client-side event.

OnError ( string onErrorHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnError client-side event.

OnLoad ( System.Action onLoadInlineCode ) : GridClientEventsBuilder

Defines the inline handler of the OnLoad client-side event.

OnLoad ( string onLoadHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnLoad client-side event.

OnRowDataBound ( System.Action onRowDataBoundInlineCode ) : GridClientEventsBuilder

Defines the inline error handler of the OnRowDataBound client-side event.

OnRowDataBound ( string onRowDataBoundHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnRowDataBound client-side event.

OnRowSelect ( System.Action onRowSelectInlineCode ) : GridClientEventsBuilder

Defines the inline handler of the OnRowSelect client-side event.

OnRowSelect ( string onRowSelectHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnRowSelect client-side event.

OnSave ( System.Action onSaveInlineCode ) : GridClientEventsBuilder

Defines the inline handler of the OnSave client-side event.

OnSave ( string onSaveHandlerName ) : GridClientEventsBuilder

Defines the name of the JavaScript function that will handle the the OnSave client-side event.

Private Methods

Méthode Description
OnRowSelected ( System.Action onRowSelectedInlineCode ) : GridClientEventsBuilder
OnRowSelected ( string onRowSelectedHandlerName ) : GridClientEventsBuilder

Method Details

GridClientEventsBuilder() public méthode

Initializes a new instance of the GridClientEventsBuilder class.
public GridClientEventsBuilder ( GridClientEvents events, System.Web.Mvc.ViewContext viewContext ) : System
events GridClientEvents The events.
viewContext System.Web.Mvc.ViewContext The view context.
Résultat System

OnColumnResize() public méthode

Defines the inline handler of the OnColumnResize client-side event.
public OnColumnResize ( System.Action onColumnResizeInlineCode ) : GridClientEventsBuilder
onColumnResizeInlineCode System.Action
Résultat GridClientEventsBuilder

OnColumnResize() public méthode

Defines the name of the JavaScript function that will handle the the OnColumnResize client-side event.
public OnColumnResize ( string onColumnResizeHandlerName ) : GridClientEventsBuilder
onColumnResizeHandlerName string
Résultat GridClientEventsBuilder

OnDataBinding() public méthode

Defines the inline error handler of the OnDataBinding client-side event.
public OnDataBinding ( System.Action onDataBindingInlineCode ) : GridClientEventsBuilder
onDataBindingInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnDataBinding() public méthode

Defines the name of the JavaScript function that will handle the the OnDataBinding client-side event.
public OnDataBinding ( string onDataBindingHandlerName ) : GridClientEventsBuilder
onDataBindingHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnDataBound() public méthode

Defines the inline error handler of the OnDataBound client-side event.
public OnDataBound ( System.Action onDataBoundInlineCode ) : GridClientEventsBuilder
onDataBoundInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnDataBound() public méthode

Defines the name of the JavaScript function that will handle the the OnDataBound client-side event.
public OnDataBound ( string onDataBoundHandlerName ) : GridClientEventsBuilder
onDataBoundHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnDelete() public méthode

Defines the inline handler of the OnSave client-side event.
public OnDelete ( System.Action onDeleteInlineCode ) : GridClientEventsBuilder
onDeleteInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnDelete() public méthode

Defines the name of the JavaScript function that will handle the the OnDelete client-side event.
public OnDelete ( string onDeleteHandlerName ) : GridClientEventsBuilder
onDeleteHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnDetailViewCollapse() public méthode

Defines the inline handler of the OnDetailViewCollapse client-side event.
public OnDetailViewCollapse ( System.Action onDetailViewCollapseInlineCode ) : GridClientEventsBuilder
onDetailViewCollapseInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnDetailViewCollapse() public méthode

Defines the name of the JavaScript function that will handle the the OnDetailViewCollapse client-side event.
public OnDetailViewCollapse ( string onDetailViewCollapseHandlerName ) : GridClientEventsBuilder
onDetailViewCollapseHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnDetailViewExpand() public méthode

Defines the inline handler of the OnDetailViewExpand client-side event.
public OnDetailViewExpand ( System.Action onDetailViewExpandInlineCode ) : GridClientEventsBuilder
onDetailViewExpandInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnDetailViewExpand() public méthode

Defines the name of the JavaScript function that will handle the the OnDetailViewExpand client-side event.
public OnDetailViewExpand ( string onDetailViewExpandHandlerName ) : GridClientEventsBuilder
onDetailViewExpandHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnEdit() public méthode

Defines the inline handler of the OnEdit client-side event.
public OnEdit ( System.Action onEditInlineCode ) : GridClientEventsBuilder
onEditInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnEdit() public méthode

Defines the name of the JavaScript function that will handle the the OnEdit client-side event.
public OnEdit ( string onEditHandlerName ) : GridClientEventsBuilder
onEditHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnError() public méthode

Defines the inline handler of the OnError client-side event.
public OnError ( System.Action onErrorInlineCode ) : GridClientEventsBuilder
onErrorInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnError() public méthode

Defines the name of the JavaScript function that will handle the the OnError client-side event.
public OnError ( string onErrorHandlerName ) : GridClientEventsBuilder
onErrorHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnLoad() public méthode

Defines the inline handler of the OnLoad client-side event.
public OnLoad ( System.Action onLoadInlineCode ) : GridClientEventsBuilder
onLoadInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnLoad() public méthode

Defines the name of the JavaScript function that will handle the the OnLoad client-side event.
public OnLoad ( string onLoadHandlerName ) : GridClientEventsBuilder
onLoadHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnRowDataBound() public méthode

Defines the inline error handler of the OnRowDataBound client-side event.
public OnRowDataBound ( System.Action onRowDataBoundInlineCode ) : GridClientEventsBuilder
onRowDataBoundInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnRowDataBound() public méthode

Defines the name of the JavaScript function that will handle the the OnRowDataBound client-side event.
public OnRowDataBound ( string onRowDataBoundHandlerName ) : GridClientEventsBuilder
onRowDataBoundHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnRowSelect() public méthode

Defines the inline handler of the OnRowSelect client-side event.
public OnRowSelect ( System.Action onRowSelectInlineCode ) : GridClientEventsBuilder
onRowSelectInlineCode System.Action
Résultat GridClientEventsBuilder

OnRowSelect() public méthode

Defines the name of the JavaScript function that will handle the the OnRowSelect client-side event.
public OnRowSelect ( string onRowSelectHandlerName ) : GridClientEventsBuilder
onRowSelectHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder

OnSave() public méthode

Defines the inline handler of the OnSave client-side event.
public OnSave ( System.Action onSaveInlineCode ) : GridClientEventsBuilder
onSaveInlineCode System.Action The action defining the inline handler.
Résultat GridClientEventsBuilder

OnSave() public méthode

Defines the name of the JavaScript function that will handle the the OnSave client-side event.
public OnSave ( string onSaveHandlerName ) : GridClientEventsBuilder
onSaveHandlerName string The name of the JavaScript function that will handle the event.
Résultat GridClientEventsBuilder