Telerik Forums
UI for Blazor Forum
1 answer
137 views

Hello Telerik,

Please see screenshot below.

Thank you.

Tsvetomir
Telerik team
 answered on 05 Sep 2024
0 answers
86 views

I'm trying to get the TelerikScheduler to work with Month View and was following your documentation here:

Blazor Scheduler - Month View - Telerik UI for Blazor

When I set ItemsPerSlot as outlined in your example code, I get an error.

I followed your example code, any suggestions?

Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
 asked on 04 Sep 2024
1 answer
75 views

Hello Telerik,

When I first generator the Grid the menu appears as expected.

 

When I AutoFit All Columns the NavMenu is mis-alligned.

 

Thank you

 



 

 

Dimo
Telerik team
 answered on 04 Sep 2024
1 answer
231 views
I used to use Syncfusion Grid for blazor.  It had an option to automatically draw the columns vertically.  So your column row would be on the left and 1 row of data would be on the right.  How can I do this with Telerik Blazor Grid?  Is it even possible?
Dimo
Telerik team
 answered on 04 Sep 2024
1 answer
221 views

Hello Telerik,

I am attempting to trial the Blazor UI.  I am able to get the Telerik Button to work but not the Grid.  See Error below.  I have included the Repo on GitHub.

Thank you for your help.

GitHub Repo Multiple components use the tag 'TelerikGrid'. Components

 


Dimo
Telerik team
 answered on 02 Sep 2024
1 answer
148 views

Hi,

I was wondering the reason for this change?  I can have many LoaderContainers on my screen, and now if a dialog appears, depending on positioning it may or may not be hidden -- and sometimes even just partially hidden!  

Example: https://blazorrepl.telerik.com/mSEsmjbL50qFUO1p20

Depending on your window size you may or may not be able to click OK!

Dimo
Telerik team
 answered on 02 Sep 2024
1 answer
142 views

Hello,

I'm using a TelerikPopover with an AnchorSelector that references a class name. When the user clicks on an element with that class name the Popover show properly and to the right of that element. However, if I want to programmatically display the Popover using PopoverRef.Show(), the popover will display to the right of the first element with that selector. Is there a way for me to have to Popover display at a specific element?

 

Thank You,

-Andy

Dimo
Telerik team
 answered on 02 Sep 2024
1 answer
216 views

hi.

I just now updated through NuGet to 6.0.2 and started seeing this message on the TelerikUpload  component. 

How should I resolve this?  I am uploading large files 

Thanks

 

Unable to set property 'MaxFileSize' 
on object of type 'Telerik.Blazor.Components.TelerikUpload'. The error was: Specified cast is not valid.

System.InvalidOperationException: Unable to set property 'MaxFileSize' 
Dimo
Telerik team
 answered on 30 Aug 2024
1 answer
93 views

How do I format field labels in the grid popup edit form?  I want to style the labels on a popup edit form.  I also would like to associate the labels with fields.

 


<GridColumn Field="@nameof(ParticipantVM.ParticipantCode)" Width="100px" Filterable=true>
<EditorTemplate>
 @{
                            var item = (ParticipantVM)context;
                            <div @onkeydown:stopPropagation>
 <TelerikTextBox @bind-Value="@item.ParticipantCode" Id="pcode" Placeholder="Enter a Code" DebounceDelay="0" />
 </div>
 }
     </EditorTemplate>
 </GridColumn>

Dimo
Telerik team
 answered on 30 Aug 2024
2 answers
415 views

Hello, i was wondering if it is possible to bind and display data in a column from a List/Array of data like this:

public record Item
{
    public string Name { get; set; }
    public List<int> CostsAtMonths  { get; set; } = new();
    public int[] CostsAtMonths { get; set; }
}

Then have it displayed in in a TreeList with a column for each month of the year, where each column points to an item of the list/place in an array like this:

Hatef
Top achievements
Rank 1
Iron
 answered on 29 Aug 2024
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?