New to Kendo UI for jQuery? Start a free 30-day trial
Make DropDownList Column Always Visible
Environment
Product | Progress® Kendo UI® Grid for jQuery |
Product Version | Created with the 2017.3.1026 version |
Description
How can I make the drop-down list editors always visible in the Grid?
Solution
The implementation of this functionality can lead to slow Grid performance.
- Use the
columns.template
configuration to add inputs to the column cells. - In the
dataBound
event handler, initialize a DropDownList for each input.