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 ?
Hi,
Can someone gives the PROS and CONS when comparing a ListView and a Grid? Some devs here are ALWAYS using a Grid while some others go with a ListView frequently. The ones going with the Grid are barely using all the features.
The rest is choosing the component based on some criterions like if it's simple use a ListView otherwise then use a Grid. The Grid seems to heavy (memory, speed, etc.) for some cases.
The ones choosing the Grid absolutely all the time are saying it does the job (the argument is "I don't have to write a lot of code") why bother with the ListView. The ones going with the ListView are saying they prefer to control everything and it feels lightweight.
Thanks in advance
Stéphane