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

Hello, in our application we have a grid which uses Auto Generate Columns. Right now we're only using one type but we want it to accept a generic object which can one of a few types and have it automatically generate the columns for it so we don't need to make a grid for each type. Is this possible or do we need the make multiple grids?

I have a case where I need to be able to set last children in indeterminate state.
Yes, the indeterminate checkbox state for the node that has no children.
Is it possible without any special hacks?
I don't want to create my own checkboxes in templates, as I still need selecting parent.
I'm already trying to do this with reflections and getting to ProcessedData (with some successes), but I'd prefer to use native functionality.
Is there a way to change the animation type for ChartSeriesTooltip?
Now it's slides up