kendo-angular | Issue tracker - Kendo UI for Angular | User Interface library
kandi X-RAY | kendo-angular Summary
kandi X-RAY | kendo-angular Summary
Issue tracker - Kendo UI for Angular
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kendo-angular
kendo-angular Key Features
kendo-angular Examples and Code Snippets
Community Discussions
Trending Discussions on kendo-angular
QUESTION
I run ng serve and there is the error about angular-devkit. So I installed it, but I got this error :
...ANSWER
Answered 2021-May-03 at 12:48It seems karma-jasmine-html-reporter@1.5.4
requires jasmine-core@">=3.5"
but you have jasmine-core@3.4.x
.
In package.json, change jasmine-core
to 3.5.0
or greater and run an npm install
again. Maybe you should also try deleting node_modules
and doing a fresh install.
QUESTION
I have a string like so:
...ANSWER
Answered 2021-Feb-26 at 14:58In the end I opted for regex. The HTML parsing wasn't working out as @Wiktor-Stribiżew pointed out - I'm using an editor to generate the few tags.
QUESTION
I am trying to bind local data to kendo panelbar but I get [object object] instead of correct data.
In my component :
...ANSWER
Answered 2021-Jan-27 at 12:08 {title: 'Address info', content: this.x },
content value should be string and not array of objects
You can write like
QUESTION
see Stackblitz here.
I want to show a live display of callCount
as rowCallback()
is getting called as each of the Kendo Grid cells getting checked.
I am expecting the final callCount
number to be 12 (i.e. 3 rows x 4 cells each = 12).
I am getting the classic ExpressionChangedAfterItHasBeenCheckedError
error. Nothing useful has been mentioned on the Telerik website: https://www.telerik.com/kendo-angular-ui/components/grid/api/GridComponent/#toc-rowclass
Code for convenience:
...ANSWER
Answered 2020-Nov-13 at 09:28I don't think you should use the rowClass method to calculate the number of cells in kendo grid.
As specified in the rowClass documentation, you should use to dynamically set the Css Class name. I think you can easily achieve your purpose using the below methods basic on following scenarios:
Case-1: When you are aware about the number of columns you want to display on the Kendo grid, then you can create a property that will hold it values and use it inside the template expression as follow:
QUESTION
What is the 'dev' dependency version?
E.g. here:
...ANSWER
Answered 2020-Nov-20 at 09:34That string mean install the module tag
as reported in docs npm install [<@scope>/]@
In fact, looking the versions of that module you will see the tag defined:
QUESTION
I had the following in my template which worked as expected and displayed the popup next to the anchor element:
...ANSWER
Answered 2020-Nov-16 at 13:18I got this to work by moving both the popup and anchor element inside an element which has the
*ng-if
, as explained here in the docs:
https://angular.io/guide/structural-directives#ng-container-to-the-rescue
The docs specifically discuss using HTML container element such as a
My working code is now:
QUESTION
I am trying to figure out how can I add a click event handler to kendo grid cell.
Here is my code :
ANSWER
Answered 2020-Oct-12 at 18:34You have to wrap your tag with a
tag, then you can use the cell click event emitter
(cellClick)="cellClickHandler($event)
QUESTION
I use the Kendo UI for Angular DropDownList I want to control the value so that it does not change automatically on selected, but I can control it manually.
Their official documentation say as follows:
Use the value property. If the value is set through the value property, you have to hook up to the valueChange event and manually update the value of the value property.
Cool, except for a small problem, it just does not work, it still changes automatically.
Here is the code:
html
...ANSWER
Answered 2020-Sep-22 at 17:15Okay, after many attempts, the answer seems simple. Too bad there is no example on the site.
I guess this will help many others, so:
To prevent an automatic change of value
, what I had to do was, change the value binding from
QUESTION
I am upgrading my application from Angular 8 to 9. I used the below command.
...ANSWER
Answered 2020-Sep-18 at 08:17The problem is in your command. Instead of -allow-dirty
, it should be --allow-dirty
(two leading dashes).
QUESTION
I have a requirement where I need to show the Grid group Header i.e. kendo-grid-group-panel but disable dragging of columns and Dropping from grid (user should not be able to add or remove groups columns using drag and drop feature). I have some default groups which I will be setting while rendering the Grid.
Sample: https://www.telerik.com/kendo-angular-ui/components/grid/grouping/
My requirement is similar to Disable/remove close icon on Kendo Grid's default group column. but the solution is specific to kendo jQuery grid. I tried few work around but it didnt work.
Let me know if this is possible. Any help will be higly appreciated.
Thanks.
...ANSWER
Answered 2020-Sep-07 at 17:29Hi All I raised this with Kendo team.
Set [groupable] input properties of all the columns as false.
Then some custom CSS can be added in order to hide the "X" button of the Group tiles and to prevent the default click behavior of the Group tiles:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install kendo-angular
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page