I'm trying to adapt the kendo-stepper (with vertical position) so that I can display it as a type of collapsable between each step.
Something like this:
https://material.angular.io/components/stepper/overview
but I can't do it, in the image I attached a couple of examples
In an existing project, I need to export some part of my document as PDF, so I read the doc for the pdf export here
"3. The next step is to style the component by installing one of the available Kendo UI themes" (??!!)
My question is why should I (ré?)install a theme in order to export a PDF?
I have my existing project, that has already setup all the needed CSS, I don't need to break the existing display, why the article suggest me to install a theme ? Who does need a theme, installs a theme, I need just the PDF export.
So, my question is, would the PDF work without installing a theme?
Can I access documentation for previous versions of Kendo Angular UI?
For, example is the source for Angular Grid API | Kendo UI for Angular (telerik.com) available in a git repository with tags for different versions of the product?
I am working with kendo grid menu filter.
I want to search multiple text in filter menu. I have created multiple field object from string array. and first time filter is working fine.
but if we are saving this filter in save preference.
its not populating next time the way we entered.
i am stuck here can u plz give me solution for this.
This is regarding the screen reader issues that kendo-datepicker faces only on chrome.
the screen reader was able to read the whole date that has been selected in the date picker because we added a property called title.
Further tabbing to change day/month/year individually causes the screen reader to just read "selected" or "unselected" which doesn't make much sense.
Could you please suggest a resolution for this one?
Dear Supporter,
i tried to use the
@progress/kendo-angular-gauges@4.1.0
in combination with the bootrap theme version
@progress/kendo-theme-bootstrap: 4.36.0
According to your documents, the GaugesModule supportes the theming versions >4.19.
Unfortunately the gauge don´t get colorized, so that it is invisible.
I prepared a StackBlitz demo where you can check its behaviour (stackblitz demo).
If i use the css stylesheet link in the index.html
<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-bootstrap@4.36.0/dist/all.css"/>
the gauges are visible.
If i use all.scss
@import "~@progress/kendo-theme-bootstrap/scss/all.scss";
in the styles.scss instead of the link, the gauges dissapear.
I am looking forward to get the gauges working with the theme version 4.36.0 and the .scss stylesheets.
Thank you in advance.
best regards
Hello, I'm having trouble overriding the grid filter menu.
The issue I'm trying to resolve is combining operators is null + is empty (and is not null + is not empty) - from the user's point of view, there is no difference between value being null or an empty string. For the user it's just blank.
I tried to follow the documentation, to omit the is null/is not null operators, but then all the labels inside the custom string filter popup are completely missing. The other (default) string filter labels are shown as usual. Also - how can I replace the default string filter with my custom filter, so that it affects all the grids in my application?