Hello -
I wish to implement both inline editing and server-side paging. My use case is:
My problem is that OnRead fires immediately after selecting a different field to edit. My OnRead handler fetches the requested next page of data - therefore wiping out the pending changes.
How can I prevent the OnRead event from firing when I'm just poking around on a single page of records?
Thanks!
-Greg
Hello, I am trying to format value (defined by Field="@nameof(HeatmapData.Value)" ) on a heatmap chart. The underlying Value is a double and I am trying to show it rounded to two decimal places ("0.##" format) with '%' appended. I've tried to use <ChartSeriesLabels Format="{0:0.##}%" />, but it prints value of the XField instead. Now I am trying <ChartSeriesLabels Template="#=value#%" />, but to my knowledge it doesn't support the "0.##" formatting option. Is there a way ho to do it?
Thank you.
Hello there,
In my Application, I use Telerik Blazor, Localization and Globalization
there is a Date field, I Display date based on culture but something is wrong with the Date field other than English
here is my code
<Template>
@((context as User).BirthDate.Value.ToShortDateString())
</Template>see this attached screenshot for your reference.
There is an example of new ForeColor() { Colors = new List<string> { ... }}
How do I get a similar customization for FontSize?
For example, I only want large, x-large and xx-large
I would expect something like
new FontSize() { ??? = new List<string> {xx-large", "x-large", "large" } }
For ???, I tried FontSizes and Sizes, which did not work.
I have the same question ref new Format().
For example, I only want p, h1, h2 and h3

Hi guys,
Are you making changes on this file:
https://unpkg.com/@progress/kendo-theme-default@5.0.0/dist/all.css
I'm asking because some of my components are looking messy.
Best regards,
Cipri
Hey guys,
I just upgraded to the new UI for Blazor 3.0.0 and I have an error 'The type or namespace name 'LoaderSize' does not exist in the namespace 'Telerik.Blazor.Components' (are you missing an assembly reference?)' Is that normal, it was ok with 2.30? Here's my line of code:
<TelerikLoader Class="loader-indicator" Type="@LoaderType.InfiniteSpinner" Size="@LoaderSize.Small"></TelerikLoader>
Thanks,
Claude.

I'm a relative Newbie to web programming and Blazor.
I'm wondering if I still need Bootstrap if now I have Telerik. Does Telerik replace the need to use bootstrap?
Or do I have to use both (e.g. for making the layout with bootstrap but use telerik controls)?
If not, can I remove the bootstrap scripts?
And what is this Kendo thing (which is over and over across the Telerik website)? Is it another way to theme my app? Do I have to busy myself with this?
TIA