Telerik Forums
UI for Blazor Forum
0 answers
242 views

Hi everybody,

I would like to use your Tile Layout Component in my application but when I looked at your examples I saw that the content of your tiles is hardcoded.

In my solution in a tile I could have, a grid, a char or a text. How should I set dynamically the content of the tile? Which could be the right approach?

Best regards,
Cipri

Ciprian Daniel
Top achievements
Rank 1
Iron
Iron
Iron
 asked on 23 Sep 2021
1 answer
251 views

The documentation states, "The prompt dialog returns a string that the user enters when they press OK, and null when they press Cancel."

However I've discovered that null is returned when the user clicks cancel, and also when they click OK without entering anything. So I can't tell whether they clicked OK or cancel. If they click OK without entering anything, that's not valid in my scenario but I can't tell whether to validate it because maybe they clicked cancel.

Any way to determine which button was clicked?

 

Nadezhda Tacheva
Telerik team
 answered on 22 Sep 2021
1 answer
201 views

I have created a custom theme with themebuilder but the result css is missing components like StackLayout and GridLayout.

Why is that? Shouldn't the ThemeBuilder utility reflect the changed of the latest blazor components or should we do the process manually as described in Manual Alternative page?

Ivan Zhekov
Telerik team
 answered on 21 Sep 2021
1 answer
116 views
I've got a large grid (many columns) and RowDraggable="true".  When I scroll horizontally, the first column with the grabber icon scrolls out of view.  Is there any way to lock it?
Marin Bratanov
Telerik team
 answered on 20 Sep 2021
0 answers
315 views

I have a scenario to create an HTML version of the Blazor UI Grid and then using an email list and title open up an Outlook new email dialog, make some changes in the email and then press Send.   Any plans for a Blazor UI component that would support this scenario?

Gary  Wood

Jerdobi
Top achievements
Rank 1
Iron
Iron
 asked on 20 Sep 2021
1 answer
136 views

Anyone that got this example about PDF Processing to work?

https://demos.telerik.com/blazor-ui/pdfprocessing/overview

It keeps giving me errors.

First error is without Telerik.Documents.Core nuget:

Second is with Telerik.Documents.Core nuget:

Didn't change any code, just added the following nuget as listed:
Telerik.Windows.Documents.Core
Telerik.Windows.Documents.Fixed
Telerik.Windows.Zip
Telerik.Windows.Documents.CMapUtils

Thx
Best regards,
Nikolas

Radko
Telerik team
 answered on 20 Sep 2021
1 answer
471 views

Hello,

Thus far, I have only been able to use 3 themes: Default, Bootstrap, and Material.

I see in the Demos that now there are various themes/swatches available.

Can anyone advise the exact steps I need to take in order to create/download CSS files corresponding to each of these new themes?

The application I'm currently working on allows users to select from the 3 standard themes, and so I have a CSS file corresponding to each of them that gets swapped out in the DOM dynamically.

I'd like to use the same mechanism to allow users to select any of the new themes/swatches, and therefore I would need to have a separate CSS file for each.

Thanks.

Nadezhda Tacheva
Telerik team
 answered on 20 Sep 2021
1 answer
1.2K+ views

I know the focus is .NET 5 right now and rightfully so. Currently the latest version Telerik DOES work with .NET 6 but there are a few issues like exceptions being throw after navigating away from a page with Telerik controls... usually resulting in a ton of exceptions being thrown.

Microsoft.JSInterop.JSDisconnectedException: JavaScript interop calls cannot be issued at this time. This is because the circuit has disconnected and is being disposed.

I'm wondering if we will see a preview release or beta of Telerik available to possibly test with before the final release of .NET 6 in November? I remember last year .NET 5 support was added on the last preview build they released.

 

Dimo
Telerik team
 answered on 17 Sep 2021
2 answers
2.7K+ views
Hello,
I cannot find a way to figure out a number of all rows in virtual scrolling grid. And I need to find a number of selected rows as well.
And I need the same info: number of all rows and number of selected rows in page-able Blazor grid as well.

Thanks.
Dimo
Telerik team
 updated answer on 17 Sep 2021
0 answers
871 views

I have a need to create FormItems dynamically according to an collection of selected paramter types.

Example,  we have a collection of objects (Abbreviated example below), and each item in the collection represents an input (FormItem in TelerikForm).

public class Parameter 
{
   public string Label {get;set;}
   public ParameterTypeEnum ParameterType {get;set}
   public bool IsRequired {get;set;}
}

These types can be string, DateTime, List (ComboBox), int, etc.

Then when the Blazor App receives the response from API, it will receive this collection. 

From that response, I need to create TelerikForm -> FormItems for each item in the collection.

Is there a way to pass a collection of "things" into the TelerikForm that it can interpolate into the corresponding FormItems?

If not, how can this be accomplished?

Thx, B

billy
Top achievements
Rank 2
Iron
Iron
Iron
 asked on 16 Sep 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?