If I add an ID attribute to a dropdownlist, I get the following exception:
Object of type 'Telerik.Blazor.Components.TelerikDropDownList`2[[<name-of-my-object>],[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' has a property matching the name 'ID', but it does not have [ParameterAttribute] or [CascadingParameterAttribute] applied.
Is it because the object that serves as "TModel" has a property named Id?
The reason I need an Id to begin with, is so that I can manipulate the value from javascript. Help on doing that would be great!
I Display without issues complex types in the grid control, the ToString method is used to display the row value for that column and it's fine.
However I can't figure out how to customize sorting and filtering, is there a way to provide a method to compare, sort, and filter columns with complex types?
I can't get inline editing to work when the item is an EF Core 2.2.6 proxy (lazy loading turned on), it throws an exception right after the OnEdit event.
When using POCOs, everything works fine. Not a big issue, but guessing a lot of people might run into this scenario.
Hello,
i wanted to know if you are planning to add sortable to combobox in ui for blazor ?
As stated in the title, I am unable to set id, name, css, etc on TelerikAutoComplete control. For accessibility we need to set an id and link it with the label.
Any guidance for handling these scenarios?
Is there a standard I am missing for setting these values across all input type controls?
It says that is compatible with Blazor WebAssembly 3.2.0 Preview 1.
Is it still full compatible Blazor 3.1 -- or in other words if we will not be moving to the 3.2 previews then are we best to stay with a previous version or is it fine to move this latest release?
Thanks in advance.
Hello,
i found an issue in TelerikDropDownList
when you bind TelerikDropDownList value to a nullable property after data is loaded it selects the first one as the value
but when property is not nullable and its bound to value of TelerikDropDownList when data is read it wont select any value
which seems reverse
and also i might not want to select anything at all and let user leave this property empty since its nullable
and also it would be good to have DefaultText for TelerikDropDownList but i cant use it seems unknown to TelerikDropDownList