Hi
Is there a way to

Hi,
I have a form with the same type of error if I use a TelerikSwitch or a TelerikDropDownList in the Template
<FormItem Field="Bill" LabelText="Billable" > <Template> <TelerikSwitch @bind-Value="@Project.Billable" OffLabel="No" OnLabel="Yes"></TelerikSwitch> </Template></FormItem>The text in LabelText isn't visible. and the Form layout is "broken".
Without LabelText the name of the Field isn't whown either
When using the Material theme, the label shows over the text in the textarea when typing and the text scrolls up.
This is visible in you demo page. https://demos.telerik.com/blazor-ui/textarea/label
Looks like some styling is missing or wrong as it does not happen when using the Default styling.
I have an AnimationContainer component which I have configured to Slide Left from the right hand side of the viewport.
The animation is working just right.
I've tried putting a Window component inside the AnimationContainer component hoping that the Window would appear from the right hand side of the viewport as it slowly animates sliding left.
What actually happens is the AnimationContainer component continues to animate and slide in left slowly but the Window component just abruptly appears on screen with no animation. When the AnimationContainer component is closed it slides back slowly to the right hand side of the viewport and the Window component remains visible for a few more milliseconds afterwards, before it abruptly disappears.
It would be a good feature to add to the product to allow a Window component to use animations whether that be by adding an animation property to the Window component directly or by making the AnimationContainer component work better with the Window component.
Thanks.
The Blazor AnimationContainer has Top, Left, Width and Height properties to customise where the container will appear.
I want to be able to slide in a container using the AnimationType="AnimationType.SlideLeft" so that it appears that the container has slid in from the right hand edge of the browser window.
I'm not sure if I can achieve this as I'm guessing I would need to set a Right property (which doesn't exist on the component) to zero?
I have attached an example of what I'm trying to achieve.

Is it possible to draw vertical or horizontal lines on the chart?, to display as limits? I could not find any examples of it. Its just for user to check if the series data are within the limits set.
Thanks
Trying the LoaderContainer component, and it's really great.
I have quite a tall Grid component, and when triggering a long action from the top or bottom rows of the grid, the spinner animation and "Loading" text is not visible unless you scoll to the vertical centre of the grid where it's actually being rendered.
The dark overlay does show and that's probably enough to indicate something's happening on the back end, but is there an easy way to make this animation show in the centre of the visible part of the browser window?
Thanks,
Peter