Unplanned
Last Updated: 22 Feb 2024 12:47 by Sohini

Bug report

When attributes like Html class are added to the Html element from which the Window widget is initialized these attributes are applied to the Window's .k-window-content element instead of the outermost .k-window. This behavior is inconsistent with other web dev tools like Telerik UI for Blazor and the ThemeBuilder.

Reproduction of the problem

  1. Run this Dojo
  2. Inspect the .k-window-content Html element of Window.

Expected/desired behavior

Window rendering must be consistent with other Kendo and Telerik suites.

Environment

  • Kendo UI version: 2024.1.130
  • Browser: [all]
Unplanned
Last Updated: 09 Apr 2021 15:14 by ADMIN

Bug report

Reproduction of the problem

  1. Run this Dojo
  2. Resize the Window
  3. Click the refresh button

Current behavior

Changes to the Window's content aren't applied by the refresh method, if the content isn't set up previously upon initialization or with the setOptions method.

Expected/desired behavior

The refresh method should correctly update the default content of the Window.

Environment

  • Kendo UI version: 2021.1.330
  • Browser: [ all ]
Unplanned
Last Updated: 24 Apr 2020 14:14 by ADMIN
Created by: Don Leduc
Comments: 0
Category: Window
Type: Feature Request
0

For scenarios in which we display pages that take time to load in the Window component, it will be very useful if there is a configuration option that will automatically display/hide a loader while the content is loading. 

Such functionality can be currently achieved using the approach demonstrated in this Dojo example but it will be a nice built-in feature.