Telerik Forums
UI for Blazor Forum
2 answers
253 views

Hello,

The last menu item clicked seems to be capturing focus after each keypess when typing in a Telerik textbox control or numeric textbox control with two way binding.

After each keypress I have to refocus on the textbox control to keep typing.

 

Is there a work around or am I missing an attribute on the textbox control to make this work correctly?

Video: https://drive.google.com/file/d/1XfvnxtkNUSqMW-XLez2HaPtEBB1AAT28/view?usp=sharing

Sample code: https://drive.google.com/file/d/18z7asESAl74xzDfxBLVV7PDHnQe3wSwU/view?usp=sharing

 

Thanks

Justin
Top achievements
Rank 1
 answered on 03 Nov 2020
1 answer
543 views
Hi, I have created a custom theme with the Theme Builder but I can't find documentation on how to include it in my project.
Marin Bratanov
Telerik team
 answered on 03 Nov 2020
1 answer
1.1K+ views

When clearing the bind-Value the multiselect still has the values previously selected.

Is there another way to clear the multiselect?

Joana
Telerik team
 answered on 02 Nov 2020
2 answers
192 views
I need functionality similar to an html <select> with a "multiple" attribute, i.e. a data-bound listbox that allows multiple selections.  I need a pretty standard UI with two listboxes, where you can select one or more items and move to the other listbox.  Seems that neither the DropDownList nor MultiSelect can help me there.  Any thoughts?  
Edward
Top achievements
Rank 1
Veteran
Iron
 answered on 01 Nov 2020
1 answer
196 views
     Is there a way to fix the size of the tile based on it's position in the tilelayout component?
Marin Bratanov
Telerik team
 answered on 31 Oct 2020
2 answers
617 views
     Is there a way to hide the counter on the pager? I don't need to see  1-3 of 75 items   especially in mobile view. Takes up more space than necessary.
Matt
Top achievements
Rank 1
 answered on 30 Oct 2020
3 answers
762 views
I noticed the example for model window does not have a OnClick event set for the WindowAction
https://demos.telerik.com/blazor-ui/window/modal

The problem here is when the close button is clicked it never sets the WindowVisible back to false so if you navigate away and return to the page the Model will show again.

Svetoslav Dimitrov
Telerik team
 answered on 30 Oct 2020
3 answers
147 views
Hi 

Is there a method or trick to write my own texts (events) in the Calender? I would like it to be something like the attached picture.
Marin Bratanov
Telerik team
 answered on 29 Oct 2020
1 answer
122 views
I have a Telerik grid with the export to excel function enabled and it works fine for most users, however some users have old versions of Excel and for them the date columns are displaying a bogus date or no date at all. Is this a known issue or is there a workaround?
Marin Bratanov
Telerik team
 answered on 29 Oct 2020
1 answer
453 views
I have a MultiSelect that is two-way bound to a List<Guid> selectedValues.  If selectedValues changes, I expect the MultiSelect to properly reflect the change once StateHasChanged() is called.  That is not the case, I have to do something like 

selectedValues = new List<Guid>(selectedValues) 

Apparently, creating a new reference triggers the notification and forces the component to redraw itself.  This seems very hackish and counterintuitive.  All components should check their state when StateHasChanged() is called and determine whether a UI update is necessary. 
Marin Bratanov
Telerik team
 answered on 29 Oct 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?