Kendo.Mvc.UI.Fluent.DataSourceEventBuilder
Defines the fluent interface for configuring the DataSource component client-side events.
Methods
Change(System.String)
Defines the name of the JavaScript function that will handle the the Change client-side event.
For additional information check the change event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the event.
Change(System.Func<System.Object,System.Object>)
Defines the inline handler of the Change client-side event.
For additional information check the change event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag (Razor syntax).
Sync(System.String)
Defines the name of the JavaScript function that will handle the Sync client-side event.
For additional information check the sync event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the event.
Sync(System.Func<System.Object,System.Object>)
Defines the inline handler of the Sync client-side event.
For additional information check the sync event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag (Razor syntax).
RequestStart(System.String)
Defines the name of the JavaScript function that will handle the RequestStart client-side event.
For additional information check the requestStart event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the event.
RequestStart(System.Func<System.Object,System.Object>)
Defines the inline handler of the RequestStart client-side event.
For additional information check the requestStart event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag (Razor syntax).
RequestEnd(System.String)
Defines the name of the JavaScript function that will handle the RequestEnd client-side event.
For additional information check the requestEnd event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the event.
RequestEnd(System.Func<System.Object,System.Object>)
Defines the inline handler of the RequestEnd client-side event.
For additional information check the requestEnd event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag (Razor syntax).
Error(System.String)
Defines the name of the JavaScript function that will handle the Error client-side event.
For additional information check the error event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the event.
Error(System.Func<System.Object,System.Object>)
Defines the inline handler of the Error client-side event.
For additional information check the error event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag (Razor syntax).
Push(System.String)
Defines the name of the JavaScript function that will handle the Push client-side event.
For additional information check the push event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the event.
Push(System.Func<System.Object,System.Object>)
Defines the inline handler of the Push client-side event.
For additional information check the push event documentation.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag (Razor syntax).