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
I want to refresh the Telerik schedule component. For that,
I used this link: https://docs.telerik.com/blazor-ui/components/scheduler/refresh-data
But, In my code doesn't work Rebind Method,
I want to refresh the Telerik schedule component. For that, I used this link: https://docs.telerik.com/blazor-ui/components/scheduler/refresh-data
But, In my code doesn't work Rebind Method,
I can see this problem:
Then I also try a sample code in the above link in my code (by copying and pasting). doesn't work. It generates the same issues.
Please help me!! Thank You.
How do I prevent a TextArea from being resized?
Can the character limit be set?
I'm not seeing either in the TextArea parameters in the Overview doc Blazor TextArea Overview - Telerik UI for Blazor
Hi,
Is it possible to set the maximum length of the data entered into a TelerikAutoComplete component?
I've tried catching keystrokes on the component and throwing away the surplus but this is not acceptable to our users.
Cheers
Rob