

I am using Kendo TreeList (ver 3.0.2) in my Angular 11 project. The TreeList is loaded with more than 25000 data at the parent level and child data is loaded with backend api call. Virtual scrolling is enabled for the TreeList and navigable option is set to true.
I have a requirement that when user performs a search operation, the application should fetch the search result and then it should expand the respective parent nodes and focus on the search result. The user shall be able to navigate through the search result one by one.
I am experiencing an issue that the Kendo TreeList is showing blank area on some randomly expanded and focused row. When I manually scroll on the view, the data get restored. Also, when I navigate to the next record and again come back to the previous record that time the view is rendered properly.
Please help.
Hi,
Is there any way to change the look and feel of the keldo-split-button? I have looked at the documentation and I do not see any examples on how to go about it.
The default look of the kendo split button it to have rectangular edges. I would like it to be wounded with a space between the button and arrow.
Regards,
Jyothi
https://www.telerik.com/kendo-angular-ui/components/scheduler/views/month/#toc-configuration
When viewing the monthly in the first example on the page above, it is set to June 2021. The last full row is all July dates. I tested a few different months and they have that issue where the last calendar row is a complete week for the next month. How can I disable this? I understand that it's typical to show next months days when you have current and next month on the same row such as 28/29/30/1/2/3 but this issue doesn't have that overlap, it it just displaying next months dates completely.

When is the splitter pane event 'sizeChange' fired? Before or after rendering the new html content? Same question on 'layoutChange'!
Hi!
Is it possible to show the small busy indicator from the Treeview when its programmatically expanded like in the following example when double clicked the item
https://stackblitz.com/edit/angular-6n5745?file=app/app.component.ts