Completed
Last Updated: 12 Nov 2021 14:20 by ADMIN
Release 2.30.0
This makes it hard to distinguish from the rest of the page/grid
Completed
Last Updated: 01 Feb 2022 09:16 by ADMIN
Release 3.0.1
The TimePicker Class is applied also to the popup, while the PopupClass seems to be ignored altogether.
Completed
Last Updated: 15 Aug 2024 11:11 by ADMIN
Release 2024 Q4 (Nov)
Created by: Scott
Comments: 0
Category: AnimationContainer
Type: Bug Report
1

The AnimationContainer leaves its <div class="k-animation-container"> element visible on the page even after the component is hidden. This can prevent user access to elements behind this <div>.

This is a regression in version 6.1.0.

Reproduced on the online demos: https://demos.telerik.com/blazor-ui/animationcontainer/overview

Completed
Last Updated: 13 Sep 2019 09:30 by ADMIN
Release 2.0.0
Created by: Michael
Comments: 0
Category: AnimationContainer
Type: Bug Report
1

When you want to update parameters from many places, it may be more convenient to set them by calling a function that will implement the necessary logic.

Using this for the AnimationContainer's Height parameter does not work, however.

A sample is attached below.