TileLayoutEventBuilder
Defines the fluent API for configuring the Kendo TileLayout for ASP.NET MVC events.
Methods
Resize(System.String)
Fired when a tile item is resized.
For more information see Resize event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the resize event.
Reorder(System.String)
Fired when a tile item is reordered.
For more information see Reorder event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the reorder event.