I feel a bit silly not being able to find the "right" solution to this, but here it goes...
I see the Blazor Card demos has an Expandable demo. I want to do something a lot like this but I will have many cards, each one of them should be able to expand it's own "sub-content" at will. The demo shows a single button tied to a single TelerikAnimationContainer. What is the best solution to have 1-n cards, each with their own expandable content that slides out? (mine will slide out to the right, but I don't know that that matters).
Thanks,
Justin
Telerik UI for Blazor 2.29.0
<TelerikButton>Hello</TelerikButton>
generates a button with "HELLO" as the text...all uppercase. Looks like the .k-button css class has "text-transform: uppercase" on it. Is this due to the Material theme? I am using Telerik.UI.for.Blazor.2.29.0, which is the latest as of this writing.
I would like the casing of the text to be how I decide.
Thanks,
Justin
I want to ask if there are classes for adding hover and selected styles for the Card?
Would also like the card to act as one big button.
Hello,
I have a telerik menu, with a submenu in it. How do I stop the primary menu from closing, when dragging the mouse out of the submenu in the "wrong" position? Or is it possible to align the submenu to the left of the primary menu?
Its a bit hard some times to reach all menu items below the submenu trigger, when the primary menu keeps closing.
Video:
https://youtu.be/oFT09e17gyk
Thanks
Regards,
Nikolas
Hi,
how can I cancel the edit mode programmatically in Inline edit mode?
Hi I would like something similar to the search in bootstrap doc where you can type CTRL+/ to set focus in the search field.
Are there any components/utils I can use in the Telerik Blazor lib?
Is there a way to force tabs to wrap when there are more tabs than there is space in a horizontal viewport? I am running into an issue where too many tabs get generated and they end up rendering outside the viewport causing the user to have to scroll.
The idea is to render something like this.
[Tab 1] [Tab 2] [Tab 3] [Tab 4] [Tab 5] [Tab 6] [Tab 7] [Tab 8]
[Tab 9] [Tab 10]
Hi,
I used the following solution: https://docs.telerik.com/blazor-ui/knowledge-base/grid-dynamic-column-template for easier reusability in a grid. I want to do the same for the TelerikForm. However, the Template property of FormItem is of type RenderFragment instead of RenderFragment<object>. Because of this, I'm getting an error (see title). I cannot change the return type of the function to RenderFragment either, because then I get the following error on the line that says "return ColumnTemplate": Expected a method with 'void FormTemplate(RenderTreeBuilder)' signature.
Is there any way to resolve this?
Hi,
I have modal popup and I need to add Textbox Focus in first field in the window on loading.
Thanks,
Vishnu Vardhanan
Hi,
In your roadmap you mention a map component. Can you give me a rough idea of when this will be available please?
thanks,
Rob