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
Hi
I have TelerikTreeView control, When I do Expand and collapse 'arrow' should not display , since there is no child element.
Could you please help on this ASAP.
Please find the attachment
Thanks,
Vishnu Vardhanan
I'm trying to make the "Render Blazor Components From Your JavaScript Code" section of the blog, Final Blazor Improvements Before .NET 6 (telerik.com), work with a Blazor application that includes Telerik components.
I created a "Telerik C# Blazor Application" template, with .NET6, Hosting Model Server, Target Framework .NET 6.0, CRUD template. (Attached).
There's a htmlcounter.html page that works great, I can render the Counter in javascript and it functions correctly.
When I try with htmlgrid.html, I get the following error. I've tried referencing telerik-blazor.js, but can't get that to satisfy the render.
How do I configure a TelerikRootComponent for this Javascript rendered page?
Error: System.Exception: A Telerik component on the requested view requires a TelerikRootComponent to be added to the root of the MainLayout component of the app. Read more at: https://docs.telerik.com/blazor-ui/getting-started/what-you-need#project-configuration
at Telerik.Blazor.Components.RootComponent.TelerikRootComponentFragment.OnInitializedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
log @ blazor.server.js:1
When clicking the header of a sortable column, it toggles between ascending, descending and no sort order.
How to make it always have a sort order, i.e. only toggle between ascending and descending?
I want to capture keys to implement short cut commands. I wrap the TelerikWindow in a <div @onkeyup> but the handler doesn't get called. Works if the TelerikWindow is removed. This is the Blazor test page
@page "/test"I have a ComboBox or a DropDownList that gets data from a remote service, using virtualization. When the PageSize property is big enough (in my case 20), I have issues scrolling up the selection box drop down list, it tries to scroll but then resets to the current selected item making it almost imposible to scroll up. You can use your own demo examples to replicate this issue.
To reproduce the issue, try the ComboBox - Virtualization, in Telerik REPL (Demo), change the PageSize from 10 to 20. Then open the combo box, scroll a couple of pages down and select a value. Reopen the combo and try to scroll (with mouse wheel) upwards, it will return to the selected value and will not allow you to reach the top of the item list.