Telerik Forums
UI for Blazor Forum
1 answer
89 views

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

Dimo
Telerik team
 answered on 20 Jan 2022
1 answer
203 views

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

Joana
Telerik team
 answered on 20 Jan 2022
1 answer
2.2K+ views
Just upgraded to Telerik UI for Blazor 3.0.
The Label property is removed from TelerikTextBox?
This worked in version 2.30.
Joana
Telerik team
 answered on 20 Jan 2022
1 answer
194 views

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.

Matthias
Top achievements
Rank 5
Bronze
Bronze
Iron
 answered on 19 Jan 2022
1 answer
123 views
Is there a list of what data annotations is actually supported where in Telerik Blazor? What I have found you only link to Microsofts page about Data Annotation but that included the ApplyFormatInEditMode but obvioulsy it isn't supported. No need to report issues if you are already aware of them so it would be helpful to have this documentation (and updated). 
Nadezhda Tacheva
Telerik team
 answered on 18 Jan 2022
1 answer
1.1K+ views

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

Marin Bratanov
Telerik team
 answered on 17 Jan 2022
1 answer
91 views
How we could set default value (List of file info) in the Upload Component? 
Marin Bratanov
Telerik team
 answered on 17 Jan 2022
1 answer
130 views

Hi, 

I would like to build a Telerik Editor which shows users the changes made in the editor. some of the HTML tag I think useful are:- "ins" and "del". 

However, when pasted my HTML, the "ins" tag seems to be automatically removed. Could you advise why and how i could resolve this issue?

Code entered using "View HTML" button 

	<del class='diffmod'>ended</del>
	<ins class='diffmod'>January</ins> 

HTML showing as below (January should be highlighted but its not)  

<p><del>ended</del>
	January </p>

Many thanks!

Svetoslav Dimitrov
Telerik team
 answered on 17 Jan 2022
1 answer
315 views

Hi,

How can I get the tooltips for validation each field displayed at the corresponding field in a Grid Popup form and not just at the summary below the for the Form etc? Also, there is almost no spacing between the last field and the validation summary. Thanks. 

Hristian Stefanov
Telerik team
 answered on 17 Jan 2022
0 answers
886 views

Anyone been able to get BlazorMonaco and Telerik Blazor to work together? Just adding the javascript files to project prevents app from even loading.

This line is the culprit. App loads without it but obviously Monaco editor will not load without it.

    <script src="_content/BlazorMonaco/lib/monaco-editor/min/vs/loader.js"></script>

Telerik Blazor 2.30

BlazorMonaco 2.1.0

.NET 6

Here is just one of the many exceptions:

Thanks

Jim

 

Message: Unhandled exception rendering component: Could not find 'TelerikBlazor.getLocationHost' ('TelerikBlazor' was undefined).
Error: Could not find 'TelerikBlazor.getLocationHost' ('TelerikBlazor' was undefined).
    at http://localhost:5000/_framework/blazor.server.js:1:497
    at Array.forEach (<anonymous>)
    at i.findFunction (http://localhost:5000/_framework/blazor.server.js:1:465)
    at E (http://localhost:5000/_framework/blazor.server.js:1:2606)
    at http://localhost:5000/_framework/blazor.server.js:1:3494
    at new Promise (<anonymous>)
    at Tt.beginInvokeJSFromDotNet (http://localhost:5000/_framework/blazor.server.js:1:3475)
    at http://localhost:5000/_framework/blazor.server.js:1:71773
    at Array.forEach (<anonymous>)
    at Tt._invokeClientMethod (http://localhost:5000/_framework/blazor.server.js:1:71759)

--- Exception ---------------------------------------
 Exception: Microsoft.JSInterop.JSException - Could not find 'TelerikBlazor.getLocationHost' ('TelerikBlazor' was undefined).
Error: Could not find 'TelerikBlazor.getLocationHost' ('TelerikBlazor' was undefined).
    at http://localhost:5000/_framework/blazor.server.js:1:497
    at Array.forEach (<anonymous>)
    at i.findFunction (http://localhost:5000/_framework/blazor.server.js:1:465)
    at E (http://localhost:5000/_framework/blazor.server.js:1:2606)
    at http://localhost:5000/_framework/blazor.server.js:1:3494
    at new Promise (<anonymous>)
    at Tt.beginInvokeJSFromDotNet (http://localhost:5000/_framework/blazor.server.js:1:3475)
    at http://localhost:5000/_framework/blazor.server.js:1:71773
    at Array.forEach (<anonymous>)
    at Tt._invokeClientMethod (http://localhost:5000/_framework/blazor.server.js:1:71759)

--- Stack Trace --------------------------------------
   at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
   at Telerik.Blazor.Components.Dialog.DialogBuilder.OnAfterRenderAsync(Boolean firstRender)
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
------------------------------------------------------
James
Top achievements
Rank 1
 asked on 15 Jan 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?