Telerik Forums
UI for Blazor Forum
0 answers
169 views

I'm trying out Telerik for Blazor.  Got the latest BlazingCoffee code from Github and a trial license but when I build I get the following error.

File to import not found or unreadable: ./node_modules/@progress/kendo-theme-default/dist/all.scss

I am stumped on what to do to resolve this.

Thanks.

 

Tom
Top achievements
Rank 1
 asked on 25 Jun 2021
1 answer
584 views

I understand from here: https://docs.telerik.com/blazor-ui/components/grid/templates/editor

That the Editor Template gets a copy of the original model.

However not all the values are getting copied correctly for my model object.

I'm using a SmartEnum property, https://github.com/ardalis/SmartEnum, and that property is not getting copied correctly, basically, it's empty.

I'm wondering how this "copy" is being made, cloned?, so I can update either the model of my SmartEnum instance.

Thanks,

Ed

Nadezhda Tacheva
Telerik team
 answered on 25 Jun 2021
1 answer
336 views

Is it possible via the DataSourceRequest to generate the string to bring back sub objects and even sub sub objects?

It does not seem to fit in the  FilterDescriptor.

 

Stamo Gochev
Telerik team
 answered on 25 Jun 2021
1 answer
499 views

Hello,

I'm working currently on a document viewer module and I would like to know if there's a PDF viewer available.

Something like this https://blazor.syncfusion.com/demos/pdf-viewer/default-functionalities?theme=fabric

 

in advance thanks,

Andrian

Svetoslav Dimitrov
Telerik team
 answered on 25 Jun 2021
1 answer
1.1K+ views

I have a DatePicker bound to a non-nullable DateTime property.

If the user presses delete on a part of the date, that part is reset, and the error shown is "The date format is not parsable. Please enter valid date" rather than the validation message defined in the validator class.

It's then impossible to get rid of this message other than by typing in a valid date. Selecting with the actual picker does not work.

I have made a video to demonstrate: https://youtu.be/twCXE4jTTJs

<TelerikDatePicker Id="dpStartDate" @bind-Value="CurrentlyEditedItem.StartDate" Width="100%" Format="dd/MM/yyyy"></TelerikDatePicker>

public Validator()
{
  RuleFor(x => x.SiteId).NotEmpty().WithMessage("Please select a site");
  RuleFor(x => x.StartDate).NotEmpty().WithMessage("Please supply a start date");
}

 

Nadezhda Tacheva
Telerik team
 answered on 25 Jun 2021
1 answer
472 views

Hi

Do you plan to add the viewBox attribute to the svg tag to be able to scale charts?

https://css-tricks.com/scale-svg/#the-viewbox-attribute


Nadezhda Tacheva
Telerik team
 answered on 25 Jun 2021
16 answers
736 views

Can you provide an example of how to set column visibility using media breakpoints?  For example, I want to be able to display more columns when the user is using an application from a desktop browser and just the essential columns when it's viewed on a phone.

 

 

Hristian Stefanov
Telerik team
 answered on 24 Jun 2021
1 answer
1.6K+ views

Hello,

I am using Telerik Blazor components in an ASP.net Core MVC app as we are slowly migrating the application to Blazor.  My component is inserted into a Razor view using the <component> tag helper.

Inside the component I have the <TelerikRootComponent> surrounding the contents, etc.  The component works without any issues.  I needed to add a confirmation dialog to use with grid's delete command.  Unfortunately, the DialogFactory cascading parameter is always null and thus confirmation dialog cannot be shown.  Please advise.

Dimo
Telerik team
 answered on 23 Jun 2021
1 answer
732 views

I'm sure I'm just being stupid.. but.. I can't figure out how to add a title/tooltip to a button.... a <GridCommandButton> to be specific.

 

+6

Hristian Stefanov
Telerik team
 answered on 22 Jun 2021
1 answer
1.1K+ views

It currently says 'select files...' 

If I change the 'Multiple' property to false how do I change the label to 'select file...' for instance?

Many thanks

 

Rob

Hristian Stefanov
Telerik team
 answered on 22 Jun 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?