Hi,
in Kendo UI is a toolbar widget, which I use to select some charts options (see https://www.laerm-monitoring.de/mittelung)
In Blazer I found <Telerik.Blazor.Components.ToolBar.TelerikToolBar> in Visual Studio, but there is no documentation .
How can I make a Toolbar in Blazor over a chart ?
Regards,
Peter
Hi,
The Kendo UI dojo is great to extract some specific problems for the telerik support and for the solution.
Can you make a dojo site for your blazor components?
Best regards,
Peter
Hi,
Im having problem when using Datetimepicker on Grid popup it sometimes go below the visible area and and couldn't be scrolled. If I put a datepicker at the same place it will be able to work out if it should pop up below or above the input but datetimepicker doesn't seem to do this.
Any solution or walk around for this?
Thanks!
Kevin
Hello,
coming from WPF, I was wondering if there was any way to implement RowDetails and RowDetail templates as in the radGridView
https://docs.telerik.com/devtools/wpf/controls/radgridview/row-details/overview
many thanks
regards
I have made my rows clickable by handling the OnRowClick event, but I want the cursor to change to a hand when the cursor is over a row so that the user knows it is clickable.
How can I accomplish this?
After release the fist load cause the error (same for each component on the page), reload the page helps to get rid of, Marin what information do you need to investigate?
Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Could not find 'TelerikBlazor.initMenuItem' ('TelerikBlazor' was undefined). Error: Could not find 'TelerikBlazor.initMenuItem' ('TelerikBlazor' was undefined). at Array.forEach (<anonymous>) at e.findFunction (https://.../crm-b/_framework/blazor.webassembly.js:1:1247) at b (https://.../crm-b/_framework/blazor.webassembly.js:1:2989) at new Promise (<anonymous>) at Object.beginInvokeJSFromDotNet (https://.../crm-b/_framework/blazor.webassembly.js:1:3908) at Object.w [as invokeJSFromDotNet] (https://.../crm-b/_framework/blazor.webassembly.js:1:64006) at _mono_wasm_invoke_js_blazor (https://.../crm-b/_framework/dotnet.5.0.0.js:1:190800) at do_icall (<anonymous>:wasm-function[10595]:0x194e46)Microsoft.JSInterop.JSException: Could not find 'TelerikBlazor.initMenuItem' ('TelerikBlazor' was undefined).Error: Could not find 'TelerikBlazor.initMenuItem' ('TelerikBlazor' was undefined). at Array.forEach (<anonymous>) at e.findFunction (https://.../crm-b/_framework/blazor.webassembly.js:1:1247) at b (https://.../crm-b/_framework/blazor.webassembly.js:1:2989) at new Promise (<anonymous>) at Object.beginInvokeJSFromDotNet (https://.../crm-b/_framework/blazor.webassembly.js:1:3908) at Object.w [as invokeJSFromDotNet] (https://.../crm-b/_framework/blazor.webassembly.js:1:64006) at _mono_wasm_invoke_js_blazor (https://.../crm-b/_framework/dotnet.5.0.0.js:1:190800) at do_icall (<anonymous>:wasm-function[10595]:0x194e46) at Microsoft.JSInterop.JSRuntime.<InvokeAsync>d__15`1[[System.Object, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext() at Telerik.Blazor.Components.Menu.MenuItem`1.<OnAfterRenderAsync>d__80[[CRM.Client.Model.MenuItem, CRM.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].MoveNext() at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)