telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

Fixed Group Header remains displayed over NoDataTemplate for DropDownList when the dataSource for the widget is loaded and the data dynamically deleted afterwards #5385

Open aleksandarevangelatov opened 4 years ago

aleksandarevangelatov commented 4 years ago

Bug report

The Fixed Group Header remains displayed over the NoDataTemplate for DropDownList when the dataSource for the widget is loaded and the data dynamically deleted afterward.

Reproduction of the problem

Current behavior

The Fixed Group Header remains displayed over the NoDataTemplate when the data for the widget is deleted.

Expected/desired behavior

The Fixed Group Header should not be displayed over the NoDataTemplate.

Environment

aleksandarevangelatov commented 4 years ago

As a temporary workaround a check on the items in the DropDownList dataSource can be performed and the grouping cleared once no items remain in the dataSource, as demonstrated in this dojo