kendo.ui.ExtDropDownGrid extends kendo.ui.Widget
Introduced in 2013 Q1
Description
The ExtDropDownGrid widget displays a Kendo DropDownList that shows a Kendo Grid instead of a list when clicked.
Example
Configuration
dataTextField : String
The field in the grid dataSource that will be displayed in the dropdown when a grid row is selected.
dropDownWidth : String
The width for the Kendo DropDownList widget. This is optional. If it is not provided, the Kendo DropDownList will use the default widget.
gridWidth : String
The width for the Kendo Grid widget. This is optional. If it is not provided, the Kendo Grid will default to 100%.
grid : kendo.ui.Grid
The configuration settings for the Kendo Grid.
Methods
dropDownList
Returns a reference to the Kendo DropDownList.
grid
Returns a reference to the Kendo Grid.
Events
change
Triggered when a grid row has been selected by the user.