I'm building a file explorer using TreeView component.
i want to show the content of folder, and in header the current path in breadcrumbs.
how can i do it?
Thanks!

Hello
I want to add a dropdown button with both options i.e. a) Export Current page, b) Export All pages
Is this possible , as I could see only the two excel buttons Export to Excel and Export to PDF to appear
Regards
Hay
I would like to add variable and text next to the date. Is there a way to achieve this format in KendoUI for Angular Scheduler
How can I change the sort field name in the dataStateChange event of the grid, to another fields name, and sort by that fields name?
for example, in my component the event handler:
public dataStateChange(state: AppDataStateChangeEvent): void {
if(state.sort[0].field === 'propertyStringValue'){
state.sort[0].field = 'propertyNumberValue';
}
this.view = process(this.data, this.gridState);
}
I need this because we have two seperate properties on our data objects, one is "propertyStringValue" to display a formated version, and an actual number associated with it called "propertyNumberValue". And we want to sort by "propertyNumberValue" when the sort of the "propertyStringValue" is clicked.
When I do the above, it works only on first click, but in the following clicks the state of the dir property on the sort event object does not change, and stays at the value of "asc"
Hi,
I'm having a problem with kendo editor two-way binding that isn't functioning. I tried valueChange event as well, but the problem persists. I'm using Angular -6.02 and kendo editor-0.8.0
Hi all,
is there a way to mark items of a DropDownTree component as non-selectable without disableing it completely?
If not, is this feature on your roadmap?
This could make a lot of sense on parent items in a tree.
Best regards,
Christian
Hello our company is considering using Telerik Angular UI and we have questions regarding creating and installing a custom theme.
Here are the steps we took so far:
1) progress theme builder for angular material created a project named test-custom-theme.
2) changed primary color and secondary to our company colors and background to a dark gray just to see that the theme is working. These are extremely simple changes our artists will do much more once we prove out the concept.
3) exported test-custom-theme from theme builder into a zip.
4) created a new angular project called telerik-test-app using the angular cli, installed the telerik license and activated.
5) started to follow the readme with the custom theme zip this is where things started to not work.
After generating the theme builder zip I preformed the following steps.
1) The readme says extract the custom theme folder to your application and use it as a standard npm package.
2) Changed dir to telerik-custom-theme and ran npm install
3) added the dependencies to my project's root package.json "telerik-custom-theme": "file:./telerik-custom-theme"
4) navigated to the root of my project and ran npm install. Received the following errors:
PS D:\src\Development\angular\telerik-test-app> npm install
npm ERR! code EISDIR
npm ERR! syscall symlink
npm ERR! path D:\src\Development\angular\telerik-test-app\telerik-custom-theme
npm ERR! dest D:\src\Development\angular\telerik-test-app\node_modules\telerik-custom-theme
npm ERR! errno -4068
npm ERR! EISDIR: illegal operation on a directory, symlink 'D:\src\Development\angular\telerik-test-app\telerik-custom-theme' -> 'D:\src\Development\angular\telerik-test-app\node_modules\telerik-custom-theme'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\nfisher\AppData\Local\npm-cache\_logs\2023-03-25T15_37_51_187Z-debug.log
These instructions seem simple but for some reason we are missing something can anyone help?
I currently have a grid with an in-cell drop down for a customer. I saw that there is set navigation control, but can you customized it.
What I was looking for is when a user goes to edit a customer, then click the down arrow, which will commit the current customer --> go to the next record --> open up the drop down for the customer
thanks in advance

Hello, i am using a kendoMap component in an angular project and i need to use custom shape per marker type.
with the current version this is not possible, how can I do it?
Hi all.
I am currently trying to implement multi-selection within the grid.
When I check one of the checkboxes, it automatically selects all the items(checkboxes) in the grid (which it shouldn't).
I have closely followed the documentation but can't seem to figure it out.
Here is some of the code snippets:
Any help would be greatly appreciated .