Hey,
So I noticed that the Telerik Loader isn't displaying the correct colour when you set the ThemeColor on it to the secondary colour, seemingly in any of the themes.
Here's a REPL I made, where each theme color is used, and I placed a button right next to each loader for easy comparison: https://blazorrepl.telerik.com/mGbYbMYa13VfwDlm06
Try changing the theme and running the repl again and you will notice it is consistently displaying as a very different colour to the button.
In this screenshot, the loader for Secondary is dark, whereas the button is much lighter. This appears to be an issue in all the themes I selected, but this screenshot shows the default theme. Notice, that all other loaders and buttons match at all times in all themes.
Is there a way to cancel the keydown/keypress/keyup events to prevent non-digit characters from getting typed when characters in a TelerikTextBox?
Also, I need a MaxLength set to 9 which the TelerikTextBox has but the TelerikNumericTextBox does not have.
I want to prevent non-digit characters, and I also want to disallow typing more than a specified number of characters. The TelerikNumericTextBox only turns its border control red when exceeding a specified max value. I want to prevent typing more than 'x' number of digits.
When the user types in a character or copies and pastes into text box the valuechanged event on that first character is null, Why?
Any way around this? What am I doing wrong on it.
Type 1 character in first box and nothing happens. Type more and the typed character appears in second, one off what should be there.
ANd same happens if you paste a value in.
Code example:
Hopefully this makes sense.
Currently using Telerik Blazor on .net Core 6 C#.
I took a Telerik Blazor Dialog and Created my owner user control out of it. I am inheriting from TelerikDialog.
I can create a simple telerik dialog on a razor page. It shows and hides like I would expect it. I move that same code off to a UserControl that Inherits from Telerik Blazor Dialog. Then I used that User Control on another Razor page. When I call the User Control, it does not blow up.
However.... It does not display anywhere on the page.
What is wrong?
I have tried putting a really high z-index on it. I mage the control really big. Ther really isn't anything special about this other then it is inheriting Telerik Dialog. When I look for the flag visible, it is set to true.
ANy thoughts? If I need to show more details I can. But I Thought I would try this at high level.
THanks!
My requirement is for the multiple pointers I am setting on one TelerikLinearGauge to have an OnClick event to open a TelerikWindow Modal when the LinearGaugePointer is mouse clicked. I am unable to use a TelerikButton and need to onClick event to be on the pointer.
<TelerikLinearGauge>
<LinearGaugeScales>
<LinearGaugeScale
Min="-360"
Max="-0"
Vertical="false">
</LinearGaugeScale>
</LinearGaugeScales>
<LinearGaugePointers>
<LinearGaugePointer Value="-200">
<LinearGaugePointerTrack Color="#a9a9a9" Visible="true"></LinearGaugePointerTrack>
</LinearGaugePointer>
<LinearGaugePointer
Value=-340
Color=Blue
Shape="@LinearGaugePointerShape.Arrow"
Size="25"
Margin="25">
</LinearGaugePointer>
<TelerikWindow Modal="true"
@bind-Visible="@isAreaSurveillanceModalVisible"
CloseOnOverlayClick="true">
<WindowTitle>
Window Title
</WindowTitle>
<WindowContent>
I am modal, so the page content behind me is not accessible to the user.
</WindowContent>
<WindowActions>
<WindowAction Name="Close"/>
</WindowActions>
</TelerikWindow>
<LinearGaugePointer Value=-210
Color=Grey
Shape="@LinearGaugePointerShape.Arrow"
Margin="25"
Size="25">
</LinearGaugePointer>
<LinearGaugePointer Value=-60
Color=Blue
Shape="@LinearGaugePointerShape.Arrow"
Margin="25"
Size="25">
</LinearGaugePointer>
</LinearGaugePointers>
</TelerikLinearGauge>
@code{
bool isAreaSurveillanceModalVisible { get; set; } = false;
}
Is it possible to change a textbox in the popup window for editing a row in a TelerikGrid to a TelerikDropDown ?
I'm tinkering with GridPopupEditSettings and haven't been able to figure out if it's possible/how to do it.
I developed the Telerik Blazor Scheduler component.
Like this:
I want to highlight the current date like the team's calendar.
Like this:
This is a coding part:
<TelerikScheduler
Data="@Appointments"
Date="@StartDate"
OnItemClick="@OnItemClick"
@bind-View="@CurrView"
DateChanged="@DateChangedHandler"
Height="480px">
<SchedulerResources>
<SchedulerResource Field="ManagerName" Data="@Managers" />
</SchedulerResources>
<SchedulerViews>
<SchedulerWeekView
StartTime="@DayStart"
EndTime="@DayEnd"
SlotDuration="30"
SlotDivisions="5"/>
</SchedulerViews>
</TelerikScheduler>
It can be done or not? Please help me
Hi,
I'm looking into rendering a TelerikGrid component (including hierarchy) to a pdf using the Telerik Pdf processing library.
I'm a bit lost on what is and is not supported in the pdf-/word processing suite in Blazor (Wasm).
Is there any way to render a Blazor component and export it to pdf?
Hi,
I have upgrade telerik version to 3.6.1 to use TelerikPdfViewer, I just copy paste code you provided. A working toolbar exist but it not rendering pdf to view. What can be reason?
I have update all.css and telerik-blazor.js.