UPDATED:
Starting with version v2016 vol 1 (v16.1), a built-in combo box editor can operate in callback mode.
For earlier versions:
At this moment, GridView does not support Callback Mode for the built-in combobox editor in ComboBoxDataColumn: GridView - Support callback mode for the built-in editor of the MVCxGridViewColumnType.ComboBox column. However, in some scenarios it is required to use ComboBoxDataColumn in Callback Mode, for instance, when the ComboBox' data source is too large. In this case it is necessary to use templates. This example demonstrates how to implement Callback Mode ComboBox in Edit Form and in Auto Filter Row of the GridView.
See also:
Using Callbacks
↧
GridView - How to use Callback Mode for the ComboBox column
↧