New to Kendo UI for jQuery? Start a free 30-day trial

Make DropDownList Column Always Visible

Environment

ProductProgress® Kendo UI® Grid for jQuery
Product VersionCreated 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.

  1. Use the columns.template configuration to add inputs to the column cells.
  2. In the dataBound event handler, initialize a DropDownList for each input.