Telerik Forums
UI for Blazor Forum
1 answer
224 views
Hi, I don't see an OnClick or OnFocus event for the TelerikComboBox. How can I get the TelerikComboBox to open when its body is clicked (i.e., instead of only opening when the down arrow is clicked)? Also need to make sure the click is handled correctly so that the event does not interfere with a click in the Clear box.
Dimo
Telerik team
 answered on 13 Feb 2023
1 answer
316 views

I have a grid with stock prices.

The server is listen to a message bus for new prices. Then it send the prices using SignalR to all connected clients.

How can I upgrade the grid so it easy to see which rows has changed? In some programs I have seen some animations effects.

Nadezhda Tacheva
Telerik team
 answered on 10 Feb 2023
0 answers
923 views
I know how to hide the Scrollbar completely for the whole time but I just want to hide it if the current rows do not fit in the grid. That must be a common question but I have not found an answer yet....
Hendrik
Top achievements
Rank 2
Bronze
Iron
Iron
 asked on 10 Feb 2023
1 answer
592 views

Hi

Im using the autocomplete component and I want to hide the scrollbar from the popup that displays the results but I don't know which class to modify to set overflow: hidden

Can anyone help?

Thanks

Nadezhda Tacheva
Telerik team
 answered on 10 Feb 2023
1 answer
178 views

How to reproduce:

1. Select an item in the DropDownList using mouse.

2. Press tab to go to the next field. Focus should go to the next field. Instead focus goes back to the first field.

 

I modified REPL from your demos, adding textboxes to reproduce the issue.

demo 1: https://demos.telerik.com/blazor-ui/dropdownlist/templates

modified REPL: https://blazorrepl.telerik.com/cHawYHPd47d0122o27

 

demo 2: https://demos.telerik.com/blazor-ui/dropdownlist/virtualization

modified REPL: https://blazorrepl.telerik.com/QxYmknPR49ZdbVQQ02

 

I fix this focus issue using OnClose event, setting the focus to the current DropDownList with FocusAsync(). But I have to modify all the DropDownList in my projects. 

Yanislav
Telerik team
 answered on 08 Feb 2023
1 answer
209 views

Let's say you have a grid of customers and you want to show the last five order numbers for that customer in a single column. 

How could this be done WITH data binding?

 

So, specifically you have a grid with two columns:  Name & Last 5 Order Numbers and it might looks like

Name | Last 5 Order Numbers

Acme | #1, #100, #200, #201, #202

Ford |  #11, #1100, #1200, #1201, #1202

 

Example Model


public class CustomerModel
{
    public string Name { get; set; }
    public List<string> Last5OrderNumber { get; set; } = new List<string>();
}

 

 

I came up with this, but wondering if there's a better way:

https://blazorrepl.telerik.com/cnEmunlL45zKNYAF51

Svetoslav Dimitrov
Telerik team
 answered on 08 Feb 2023
1 answer
161 views

I am trying to set the Title property on the TelerikComboBox component. This is then picked up by the Tooltip to display some custom help.

I have tried using AdaptiveMode="@AdaptiveMode.Auto" as suggested in the docs., but when I tried inspecting the resulting html in the browser the title is not set on the input element.

The ComboxBox itself is working fine.

I do the same thing with TelerikTextBox and I can see the title is set in the browser and my custom help displays.

This is my code:

<TelerikComboBox Width="140px" Title="XYZ" AdaptiveMode="@AdaptiveMode.Auto" ClearButton="false" Data="@HelpFieldNames" Value="@HelpFieldName" ValueChanged="@( (string newValue) => OnHelpFieldNameChanged(newValue) )" />
     

Is there some kind of trick required to get this to work?

I am using Telerik.UiI.for.Blazor.Trial version 3.7.0

Thank you for any help

 

Tsvetomir
Telerik team
 answered on 08 Feb 2023
1 answer
114 views

How does one change the picture animation this control uses?

Can you use a custom image, my own gif say?

Thanks

Deasun.

Svetoslav Dimitrov
Telerik team
 answered on 08 Feb 2023
1 answer
131 views

We are looking at swapping out the SyncFusion Sidebar for the Telerik Drawer. Currently, we use the Sidebar to hold a Telerik Treeview. This has become unwieldy as more nodes have been added and managing the Responsive needs. We just can't seem to get the right balance between the Treeview on the desktop browser and the mobile browser.

So a few quick questions:

  1. It would appear that the Drawer would accomplish both of these tasks. Correct? 
  2. If the above is correct, can we have more than one node expanded or does it always close the last selected node like in the demo?
  3. Can we apply code to show/hide the node based on Security (Identity) Roles?
  4. Lastly, can we search the drawer for a node? For example, right now we have a Search box allowing the user to quickly type for a menu item.

Thank you!

Yanislav
Telerik team
 answered on 07 Feb 2023
0 answers
373 views

We are using this example (https://docs.telerik.com/blazor-ui/knowledge-base/menu-megamenu) to make a mega menu in our page header, but we would like to make the popup animation the full-width of the screen.

We used this CSS to override the class of the popup, but this also overrides all the other animation popups. We only want to have this full-width for the mega menu animations and not any of the other popups like the dropdownlist or the context menu, etc.

.k-animation-container {
    left: 0 !important;
    width: 100% !important;
}

We found a similar issue reported in the Kendo UI forums, but suggestion was to use jQuery to detect clicks:

https://www.telerik.com/forums/k-animation-container-1384e3db9853

Is this there no way to do this with CSS? Seems like it would be beneficial to have some type of unique identifier for the different popups to be able to style them individually. 

 

Michael
Top achievements
Rank 1
 asked on 07 Feb 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?