How can I set the Z-index for the AnimationContainer to make it visible in the foreground ?
I am using it inside a Window-Control (Modal=True) and that makes problems in my case...
Hello,
We're in need of being able to export a hierarchical grid to pdf within a Blazor WASM. Currently the only example that you are providing is to do a jQuery PDF Export Document Export using jQuery and the Kendo UI for jQuery. Do you have an example that allows us to export to PDF with the UI for Blazor library or another route we can use to get around this issue?
Thanks!

I am using localisation like this:
builder.Services.AddSingleton(typeof(ITelerikStringLocalizer), typeof(SampleResxLocalizer));
That worked just fine until I added the TelerikColorPalette-Control for the first time. Blazor throwed errors and it took me a while to get to the problem. It seems that there are missing entries in the TelerikMessages.de-DE.resx but I cannot figure out which.
Same problem with TelerikColorPicker...
I allready downloaded the latest version of TelerikMessages.resx and TelerikMessages.de-DE.resx from the demo-project and I also tried the communtiy-version.
How can I fix this problem ?
Hi team,
We are currently using Telerik grids for our data, with fluent theme. We were able to change most of the css for that grid, as per our requirement.
However, we were unable to replace the filter-icon.svg with ours.
I looked into other posts in this forum, and in one post from 2020 they suggested changing the css or going through the template. But we were unable to replicate the work.
Is there any direct implementation now, to replace these icons or any other workaround ?

Hello,
Does the Blazor Tabstrip support drag to reorder? I see the Telerik UI for ASP.NET AJAX supports it. This is what I need.
Thanks,
Scott
I want to preserve new lines upon pasting content in the TelerikEditor component, which had been copied from a PDF file. Example:
Copying this snippet from the pdf and pasting it onto the TelerikEditor results in:
1. Previous case law and legal principles 2. Statutes 3. Society's values 4. Customs and Course of dealings
Is it possible to preserve formatting of content copied from a PDF?
Hi everyone!
Ir is possible add thousands separator in the total of items in the GridColumn
Hi everyone!
I hace this Rowfilter
This is the Telerik Code
<GridColumn FilterMenuType="@FilterMenuType.Menu" Field="@nameof(HechoDirectoClienteViewModel.FechaVencimiento)" Title="Fecha vencimiento" TextAlign="ColumnTextAlign.Right" Resizable="true" Sortable="true" Width="170px" HeaderClass="center-wrap">
<Template>
@((context as HechoDirectoClienteViewModel)?.FechaVencimiento?.ToString("dd/MM/yyyy"))
</Template>
</GridColumn>I tried to figure out how to use different Item Templates within a Listview but I failed.
is it not possible ?

Hello,
We are using blazor Webassembly with Telerik and its localization/globalization. Everything works fine.
Client ask us a little detail, to "translate" the mask format for date input ( TelerikDatePicker, ... ).
For example, if we use the french culture "fr-BE"we would like to transform "dd/MM/yyyy" to "jj/MM/aaaa" (day => jour; Month => Mois; year => année) or something similar. In Telerik UI for Angular, we have it translated =>
How can we achieve that for Telerik UI for Blazor ?
Kind regards,
Quentin.