Hi all
I've got a question related to chart layout.
In Blazor on the ChartSeries there is a property "Color". Per intellisense a function(point) can be used that will evaluate the series color on point-by-point basis.
But how do you exactly do that ?
Any help is very much appreciated.
FYI
I'm trying this on an Area chart.
Hello,
Are you planning on building a single Chip component for Blazor?
Is there an existing component that could achieve something like the screenshot attached?
That is an absolute-positioned chip to be displayed over the original card element.

Hello,
Still a issue?

Hi,
I use the FileSelect component and when using the FileInfoStream object with another component that isn't asynchronous I get a NotImplementedException for the Read() method.
Do you plan to implement these methods to ensure compatibility with synchronous components?
Thanks!
System.NotImplementedException: The method or operation is not implemented. at Telerik.Blazor.Components.FileSelect.Stream.FileInfoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.StreamReader.ReadBuffer() at System.IO.StreamReader.ReadLine()

Is there a way to show the checkboxes (on TreeViewCheckBoxMode.Multiple) only on child nodes?

Hi, I'm doing a test with the blazor but in the combo as I click to appear the list the items appear far from the component. Can you help me with that? Thanks.
<div class="col-md-6"> <label class="form-label">Categoria</label> <TelerikComboBox Data="@_categorias" Filterable="true" FilterOperator="StringFilterOperator.Contains" Placeholder="Selecione a Categoria" @bind-Value="@subcategoria.CodigoGrupo" TextField="Descricao" ValueField="Id" Id="CBCategoria" AllowCustom="false" Width="100%"> </TelerikComboBox></div>
Windows 11 Pro


Hello,
How I can put the focus via the code to FormItem in a TelerikForm ?
