I have a kendoComboBox, with an associated dataSource that has more items than the PageSize. This comboBox is bound to one my columns in the grid. When creating a new record, i can access the items for this comboBox, that are not in the first 'pageSize items', by using the comboBox's filter and suggestion features, so i start typing, and can access a previously unloaded item. My problem occurs after i have created a record, and selected an item in this comboBox, that was not loaded at first on the dataSource, that is, an item greater than the PageSize. When i open the popup, and try to edit such a record, the comboBox is unable to find the previously selected item and, only displays the item's value field, instead of it's text field. From what I understand, because the item is not loaded in the dataSource by default, since it is greater than the PageSize, the comboBox's dataSource is unable to find the dataItem an assign it to the comboBox. So, what i would like to know, is if there is a way to load items that are larger than the dataSource's pageSize, when editing a record that already has these items selected on their comboBoxes.

Hi
To speed up a grid with a lot of dropdownlists, I want to only write the text to the cells initially and, on click, load the dropdownlist of this cell, replace the text with it, so the user can use the dropdownlist from now on.
I'm replacing the text-cell-template with the dropdownlist-cell-template, but the dropdownlist does not get bound automatically.
What's the best way, to initialize the new dropdownlist-cell-template only, without rerendering/rebinding everything else?
Example: http://dojo.telerik.com/uZOBALUp/2
Greets Robin

Recent 2019.3.1023 causes clicking on grid column's filter operator to select all text on whole dialog.

I had to use a "custom" component in the kendoFilterMenu, so I tried the "ui" that is documented in the grid api, and it works.
I think you should add it to the kendoFilterMenu configuration section.
Example: https://dojo.telerik.com/@foxontherock/UBiVIQef
missing documentation here: https://docs.telerik.com/kendo-ui/api/javascript/ui/filtermenu#configuration

Hi support.
I'm using the bootstrap v3 theme in a grid where inline editing is enabled.
I would like to customize the field validation error message and can do this by overriding a few kendo css classes like in the attached screenshot.
I'm wondering if this is the preferred way to customize the grid inline edit field error tooltip?
Best regards
Morten
