Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 views

I have a custom validation attribute class deriving from ValidationAttribute. The error thrown from this class is correctly seen when I edit the form field. I want the error to be also seen when user ...
Gouri's user avatar
  • 49
0 votes
0 answers
33 views

I have a service which calls controller, which has cacheservice to send response data as location list based on customerId. As shown in below code, I am using it for paging. But I get null value at ...
Prashil Shah's user avatar
0 votes
1 answer
118 views

I'm using Telerik Blazor TreeView Component in my Blazor C# code to display hierarchical data. Facing 2 issues with it, viz: (i) All child nodes are highlighted with a blue color although I'm not ...
The Inquisitive Coder's user avatar
0 votes
1 answer
24 views

I am using Telerik UI for Blazor grid and trying to create a method that will take the data brought back from a linq query, look at all the strings in a specific column to find the largest one, ...
BlueCardinal's user avatar
0 votes
1 answer
330 views

I'm trying to populate a Telerik Blazor Scheduler UI Component with data I'm fetching from my API. The error message I'm getting is: Error: System.AggregateException: One or more errors occurred. (...
bgcode's user avatar
  • 121
1 vote
0 answers
420 views

Im using Telerik Blazor controls, I am using mt API to return data which works fine when I check it from an API perspective. My web app has issues as it errors as I believe there is no data. To my ...
bgcode's user avatar
  • 121
0 votes
1 answer
183 views

I have created a Blazor project using Telerik's built in extension. Below is my code: <div class="tableeee" <table cellpadding="0" cellspacing="0"> <...
bgcode's user avatar
  • 121
0 votes
1 answer
403 views

I need to open telerik blazor date range picker on calendor Icon click. I was tried to find the solution but can not able to find proper that is work for me. The telerik document have no such event to ...
Kiran Joshi's user avatar
  • 1,886
0 votes
1 answer
165 views

Is there a way to modify the verbiage for the "all day" field?
Kixoka's user avatar
  • 1,198
1 vote
1 answer
929 views

I have a complicated issue when navigation through my Telerik-Blazor-Wizard. Every Time i want to navigate Back i get this Exception: Error: System.InvalidOperationException: The render handle is ...
David's user avatar
  • 180
1 vote
1 answer
1k views

Telerik Grid for Blazor, how to add a row through code. Should be easy, but I cannot find a straightforward answer anywhere. Here's my grid: <TelerikGrid Data=@GridPallets ...
Graham Laight's user avatar
0 votes
1 answer
793 views

I need some help with a Blazor implementation of input controls. I am using CSLA with Telerik Blazor controls. I have taken the standard Telerik Blazor TelerikTextBox and TelerikNumericTextBox ...
Adrian Wright's user avatar
1 vote
1 answer
487 views

I'm getting a null reference exception deep inside Telerik's Blazor DropDownList component and I can't spot why. Here's a page that demonstrates the error. @page "/DropDown" @using Telerik....
Hans Kilian's user avatar
  • 26.6k
0 votes
1 answer
492 views

Using SmartEnum's https://github.com/ardalis/smartenum to handle Entity Framework 5.0 fields for things such as State, Country, Etc. public sealed class StatesEnum : SmartEnum<StatesEnum> { ...
Armysniper89's user avatar
1 vote
1 answer
384 views

I'm using TelerikDropDownList and i want to set selectbox value by external code (manually, without the user interface) by an event. <TelerikDropDownList Id="TelerikDropDownListId" ...
IuriBaltieri's user avatar