Telerik Forums
UI for Blazor Forum
1 answer
501 views

I want to use Telerik Blazor for a POC, but what happens after the 30 day limit? Do the controls stop working or is there a limitation on them?

Thanks

Svetoslav Dimitrov
Telerik team
 answered on 15 Sep 2020
1 answer
146 views

Hi,

I am trying to use a custom theme in our test blazor application. My steps:

1. https://bootswatch.com/darkly/   =>  _variables.scss

2. Sass ThemeBuilder: import of this SASS file

3. SELECTED COMPONENTS - only "Grid"

3. some changes / color corrections

4. download => it throws an exception (see the attachment below)

 

Thank you in advance for your assistance.

Svetoslav Dimitrov
Telerik team
 answered on 14 Sep 2020
5 answers
280 views

Both of these events take a collections of items (IEnumerable<IFormFile> for Save and string[] for Remove).

My question is why?? It appears that these methods are called for each file uploaded (or removed).  

It appears it is this way regardless of whether I auto upload or not? 

Why can't I just send the method 1 item instead of a collection of items???

Marin Bratanov
Telerik team
 answered on 11 Sep 2020
3 answers
429 views

When using multiple selection in the TreeList... i have the checkbox column as one of the columns and SelectChildren is set to true. The checkbox works great to select its children... but when clicking the row... it only selects the row you click on... and breaks the checkbox select children behavior... i am using 2 way binding for the selected items to preselect certain rows as well..

 

How can I get the row selection to adhere to the same select children rule of the checkbox column?

Marin Bratanov
Telerik team
 answered on 11 Sep 2020
1 answer
407 views

 

I have these two variables

public DateTime? StartDate { get; set; }
public string StartDateShortDate => StartDate?.ToShortDateString();

 

If I filter on StartDate the sorting start with 2016 then 2017 then 2018 ... like expected.

If I filter on StartDateShortDate the sorting is at "random".

Maurice

Marin Bratanov
Telerik team
 answered on 11 Sep 2020
1 answer
185 views

Is it possible to use something like ClientFooterTemplate in blazor?

Like it was possible in the MVC grid? Or do we haven to wait for this a little bit longer.

 

Maurice

Marin Bratanov
Telerik team
 answered on 11 Sep 2020
2 answers
221 views

Hey everyone,

I'm not sure it a ticket is already open about this or if it was already adressed but i'm having Null referenced exception on the OnInitializedAsync when i have FilterMode.FilterRow and there are no records yet. 

 

Works fine when i change for FilterMode.None. 

 

 

Svetoslav Dimitrov
Telerik team
 answered on 11 Sep 2020
1 answer
1.8K+ views
TRy to use the TelerikTreeList in one blazor application and it is showing as Found markup element with unexpected name 'TelerikTreeList'. Why it is not supporting. Am I missing some libraries?
 
Svetoslav Dimitrov
Telerik team
 answered on 11 Sep 2020
5 answers
1.5K+ views

Hi, my goal is obtain a layout with a left menu (Push) and a right menu (Overlay) and in the middle the page content.

 

I tried nesting 2 TelerikDrawer objects without success:

<TelerikDrawer Data="LeftItems" Mode="DrawerMode.Push" MiniMode="true">
   <Content>

      <TelerikDrawer Data="RightItems" Mode="DrawerMode.Overlay" Position="DrawerPosition.Right">

         <Content>

...

         </Content>

      </TelerikDrawer>

   </Content>
</TelerikDrawer>

 

The right drawer is not visualized..

 

How to obtain the desired layout?

 

Thanks

Claudio
Top achievements
Rank 2
Bronze
Bronze
Iron
 answered on 09 Sep 2020
2 answers
131 views

Unsure if this is related to uploading large files considering the issue is not seen when uploading <500mb files but when attempting to upload a 600mb file, the POST method is firing before the file even reaches 50% upload resulting in a null IEnumerable<IFormFile>. When the file does finish its upload, the completion handler fires immediately.

 

Thanks,

Minh

Minh
Top achievements
Rank 1
 answered on 08 Sep 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?