Telerik Forums
UI for Blazor Forum
1 answer
202 views

I'm trying to programmatically change the value of an existing ComboBox to something that's not in the last OnRead args.Data list.  Is there a way for me to achieve this and populate the TextField? The only way I can see is to destroy the control and remake it, triggering the initialization OnRead. 

Dimo
Telerik team
 updated answer on 25 Jan 2022
4 answers
585 views

I am looking to set the background color on the active tab's title. But I need to reset every other one to it's original color first. 

Which, usually, requires a loop of some sort.

Any help would be great.

Thanks ... Ed

 

Dean
Top achievements
Rank 1
Iron
Iron
Veteran
 answered on 25 Jan 2022
2 answers
163 views

Hi

I have just updated an application to UI for Blazor 3.0.0 - upgraded the nuget packages fine.  I then used the ThemeBuilder to update my css - but when i run the application is looks like there are issues with the CSS e.g. unstyled input boxes etc.

If i use  href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" then things look right again, however they are not to my custom theme - are the ThemeBuilder outputs not up to date with the new release?

Wim
Top achievements
Rank 1
Iron
 answered on 25 Jan 2022
1 answer
235 views

Hi, I'm trying to run the blazor coffee demo on .NET 6 and VS2022.

At first it fails to load and complains about not finding files related to blazor hot reload, and after turning off the hot reload feature the app starts but it can't find main.css and aspnetcore-browser-refresh.js?

Is this not supported yet?

Joana
Telerik team
 answered on 25 Jan 2022
0 answers
152 views

We just upgraded our project to 3.0.0 in order to implement the OnResize of TileLayout and it caused so many errors due to the minor changes, and one that doesn't even throw an error until deployed...PopupHeight.

WHY? How is this an improvement? 

So, now, my comboboxes, drop-downs, and autocompletes go from:

<TelerikComboBox Data="@data" PopupHeight="auto" />

to:

<TelerikComboBox Data="@data">

     <ComboBoxSettings>

        <ComboBoxPopupSettings
                               Height="auto" />
    </ComboBoxSettings> </TelerikComboBox> 

(as if our combobox properties are that limited...sorry to rant)

Matt
Top achievements
Rank 1
 updated question on 24 Jan 2022
1 answer
171 views

It seems like you have forgotten to update your Trial for Telerik Blazor. The latest version for that is still 2.30 which is a really old version, from 2019 I think, so people trying out that won't be close to the current version. Also if they buy a license without updating thinking they already have the latest version as they just installed it. It is listed as having been updated December 8 but I doubt that based on the version number. You might want to look into this. 

Matthias
Top achievements
Rank 5
Bronze
Bronze
Iron
 answered on 24 Jan 2022
1 answer
398 views

We upgraded from 2.30 to 3.0 and immediately noticed our app stopped working. Properties of some controls seemed to have been removed. Could work with that. My main issue so far is the treeview expanded/unexpanded display has changed. Top level tree doesn't show any icon. Took the hierarchical treeview sample code and this is what I see

Is there some class styling conflict or something?

Semen
Top achievements
Rank 1
Iron
 updated answer on 22 Jan 2022
1 answer
129 views

Hello -

I wish to implement both inline editing and server-side paging.  My use case is:

  • User searches for data and gets the first page of X records out of Y total.
  • User makes a few changes to a few data rows. 
  • Toolbar detects the change and displays buttons to save or cancel.
  • If user attempts to page - they are challenged / prevented from paging until the changes are saved or cancelled.

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

Svetoslav Dimitrov
Telerik team
 answered on 21 Jan 2022
1 answer
493 views

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.

Svetoslav Dimitrov
Telerik team
 updated answer on 21 Jan 2022
0 answers
230 views

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.

Kishan
Top achievements
Rank 1
Iron
 updated question on 21 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?