As per the instruction given in kendo licensing document,
https://www.telerik.com/kendo-angular-ui/components/my-license/
I'm trying to activate kendo license, and got 'KENDO_UI_LICENSE environment variable not set' on the command prompt.
I add KENDO_UI_LICENSE variable in the environment file of the angular project
As I mention in the image above.
Then I open command prompt at the location where the package.json file present, and hit 'npx kendo-ui-license activate' command on the command prompt, and I got '(INFO) Kendo UI: KENDO_UI_LICENSE environment variable not set'
any Idea how can I set KENDO_UI_LICENSE variable in my project.

Unable to display current month when setting selectionRange property value to future date range
Here is my requirement. Multiviewcalendar should display 12 months and first month should be current month. User selected a future date range. In edit mode, highlighted user selected future date range in calendar by setting property [selectionRange]="userSelectedDateRange". Here the issue is calendar's first month is user selected future month. Not current month. Is there any fix to display current month and highlight selected future dates.
I see the same issue on your pages
so my question is whether there is any way to prevent this, because when there are many columns, the last borders are seriously damaged as you can see:
my c# code which write the word "hello" on console and I want to print that word of result directly on paper by using EPSON L1800.How to code it.
Hello,
I'm trying to style the Detail Row Template, but I can only style inside the component. What I'm trying to do is style outside the component, but inside the dropdown (blue area in the screenshot). And ideally I want to have that color match the parent row's background color.
Following screenshot will explain everything. Thanks!! Note: I was only able to style this area in the screenshot if I inject into .k-detail-row in Chrome. I don't know where to put it in Angular code because it seems to be between the parent and child components.
Hi there,
Is there any built-in way to close a snackbar/notification bar if the user navigates to another page?
Or, if this isn't the right use case for the notification bar, could someone point me to a better one?
Thank you!
Hi Team,
I am using angular Kendo DropDownTree and all the items of the dropdown is expanded. I have a vertical scroll bar in the dropdowntree. I want to know the scroll position of the DropDownTree and after refreshing of the page I need to retain the scroll position. How can I know the current scroll position and retain the scroll position of DropDownTree after refreshing the screen?

I have a grid that I make a request for and when the number column is selected, it is not displaying the sum in the toolbar.
Here's the example in stackblitz:


Dear community,
how can I style kendo-dropdown component using built-in customization mechanisms?
I am using in my application bootstrap stylings for Kendo components. I already saw the customization section. I would like to restyle the basic properties of a dropdown such as (but not limited to)
I hoped that there would be some variables that I could just override, as if in the case of other components such as buttons, inputs, grid, etc.
I already tried to override lists, as that seemed to be the most logical thing to me. However, it does not seem to be applicable here. Is such customization possible or do I need to override the styles with custom css?
Thanks for any help.