Telerik Forums
UI for Blazor Forum
1 answer
154 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
112 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
127 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
363 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
1 answer
98 views

A user selects a file and then wishes to remove it.

How do I programmatically remove the content of the fileselect? I have tried binding without success.

Many thanks,

Rob

Svetoslav Dimitrov
Telerik team
 answered on 07 Feb 2023
0 answers
285 views

I'm using a textbox in a grid and have a real estate issue where text is cut off because I'm limited on the width of the textbox.  The end users will typically save special characters (e.g. '@, ( ), etc...').  These cause the tooltip to blow up as it appears to use a Jquery selector which doesn't like special characters.

Is there a workaround for this?  I don't want to tell the end-users that they can't use characters they're used to using.

Larry
Top achievements
Rank 2
Iron
Veteran
Iron
 asked on 06 Feb 2023
1 answer
366 views

Hi,

I have some concerns with default font changing in the ThemeBuilder. 

Problem 1 : when i select Avenir-next, he display a yellow question mark ( missing?) and renders in Times New Roman

Problem 2 : i upload the Gilroy-Medium font and i have the same result (renders in Times New Roman) . Both with Woff2 and Tiff.

Can you give me some advices to overcom these problems or :

as Workaround, instruct me how i ca change te default font in my Blazor Serv App

 

Thanks

 

 

Yanislav
Telerik team
 answered on 06 Feb 2023
1 answer
488 views

https://images.ctfassets.net/yqt11gq08a4r/73J73GVPs7ltrOctP24P2O/26839b1efdd3b5580afa7370bf515db0/currency_input_demo.gif

 

There is currently no component that has automatic currency formatting for Blazor. This is critical feature for business users who work with large amounts. People have no idea what they are typing without focusing out of input box.

 

Dimo
Telerik team
 answered on 06 Feb 2023
1 answer
103 views

I would like to know if it's possible to read the "Title" from code, a database table versus it being in the razor text. If it is possible, any example would be great to share. I'd like this title to be more flexible and user-defined.


<TabStripTab Title="PowerBI Dashboard #1">
        <div class="h_iframe">
            <iframe src=@TargetUrl frameborder="0" allowfullscreen />
        </div>
    </TabStripTab>
    <TabStripTab Title="PowerBI Dashboard #2">
        <div class="h_iframe">
            <iframe src=@TargetUrl2 frameborder="0" allowfullscreen />
        </div>
    </TabStripTab>

Thanks!

Yanislav
Telerik team
 answered on 03 Feb 2023
1 answer
132 views

Ok I use a gridlayout for the page.

I would like to put a border around some of the rows, for different logical sections.

See the blue areas, thats where I would like to setup a border for each section. Not seeing a way to do that.

Any ideas?

Thanks

See image:

Dimo
Telerik team
 answered on 02 Feb 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?