Telerik Forums
Kendo UI for Angular Forum
1 answer
1.1K+ views
There are two components doing actually the same: TreeView and TreeList whereas TreeView would be essentially a TreeList with only one column. So why do we need both of them? Or is TreeList supposed to replace TreeView at a later stage?
Svet
Telerik team
 answered on 03 Aug 2020
2 answers
244 views

In my TreeView I have the usual <ul>-Bullets, like you can see in the attachment. In the second attachment I put the screenshot from my Google Chrome development tools where I see that the option in question

"list-style-type: disc"

 

is set by the Chrome Style Sheet. So I defined my own style sheet and imported it to my component where I set 

 

ul {
  list-style-type: none;
}

 

But it does not have any effect. What am I doing wrong then?

Martin Bechev
Telerik team
 answered on 03 Aug 2020
1 answer
170 views

Hi,

while downloading the source code from the repository list, which can be found on the https://www.telerik.com/kendo-angular-ui/components/installation/source-code/ website, 3 of them failed to download:

1. git clone https://kendo.git.progress.com/kendo-angular-messages.git kendo-angular-messages
Cloning into 'kendo-angular-messages'...
fatal: repository 'https://kendo.git.progress.com/kendo-angular-messages.git/' not found

2. git clone https://kendo.git.progress.com/kendo-angular-resize-sensor.git kendo-angular-resize-sensor
Cloning into 'kendo-angular-resize-sensor'...
fatal: repository 'https://kendo.git.progress.com/kendo-angular-resize-sensor.git/' not found

3. git clone https://kendo.git.progress.com/kendo-themes.git kendo-themes
Cloning into 'kendo-themes'...
fatal: repository 'https://kendo.git.progress.com/kendo-themes.git/' not found

Does these repositories exist? Is there a typo in the naming?

Svet
Telerik team
 answered on 03 Aug 2020
2 answers
364 views

Hi,

I'm trying to put a Kendo TreeView in a Cell Template.

The rendering is ok, but i cannot expand it ALWAYS when i click, sometimes i can but it starts flickering.

Any suggestion?

Here my template

<ng-template
          kendoGridCellTemplate
          let-dataItem
          let-columnIndex="columnIndex"
          let-rowIndex="rowIndex"
        >
<div *ngIf="column.isTree">
            <kendo-treeview
              [nodes]="columnsService.parse(dataItem[column.field])"
              textField="text"
              kendoTreeViewExpandable
              kendoTreeViewHierarchyBinding
              [isExpanded]="true"
              childrenField="items"
            >
            </kendo-treeview>
          </div>
        </ng-template>

Thanks,

B

Dimitar
Telerik team
 answered on 03 Aug 2020
3 answers
106 views

Hi

I have a screen with multiple charts displayed.

I need to create a thumbnail image for each chart, to be displayed as a charts panel at the bottom.

Say every chart is created and creates an image thumbnail to be used at he bottom.

I saw the imageDataURL option, but I didn't see any option for it with Angular.

(https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/arcgauge/methods/imagedataurl#imagedataurl)

I'll appreciate any help.

Thanks.

 

Svet
Telerik team
 answered on 03 Aug 2020
1 answer
810 views

Hi,

I am trying to paste an image into kendo editor for angular from the clipboard and I don't see any image getting pasted inside the editor. However if I try to paste image copied from a web page that image gets pasted.

In kendo editor for jquery I can see paste functionality working for both clipboard images and as well as images copied from webpage. (https://demos.telerik.com/kendo-ui/editor/all-tools)

 

Martin Bechev
Telerik team
 answered on 31 Jul 2020
1 answer
577 views

I have a grid which has three header columns and each column has check boxes. And the each column data also have check boxes.

For Example:

If suppose i click first column checkbox, it should select only first column data checkboxs, same applicable for all columns  and also need row level selection too.

 

Please have a look at the attached image for better clarification.

 

 

Svet
Telerik team
 answered on 30 Jul 2020
1 answer
637 views
Hi,

I have some problems with special characters when exporting to pdf. Characters such as: "á" and "ã".

Can you help me?

Example: https://angular-xpa3lf-h8vuuw.stackblitz.io
Preslava
Telerik team
 answered on 29 Jul 2020
1 answer
66 views

Hi,

For this link:

https://www.telerik.com/kendo-angular-ui/components/grid/filtering/reusable-filter/

 

I would like to use the example in "Row Filtering" to discuss, which is actually the first runnable example in this page

 

The "Category" column uses a custom drop-down filter. Is it possible to add a normal clear filter button to clear the filter conditions, just like the build in filter templates do?

 

Martin Bechev
Telerik team
 answered on 28 Jul 2020
1 answer
84 views

Hi there

I'm trying to create a scattered chart with Angular-Kendo, and have some challenges with zooming.
The current challenge is that upon zoom in by area selection with the mouse.
It does the zoom perfectly, besides the fact that it ruins the axis numbers.
I created an example here - https://dojo.telerik.com/@moshic/APUZumug
[not angular oriented, but very clear].
Simple example - you can try to zoom with mouse drag.
Already tried the [labels]= "{format: '{0: n3}'}", etc... but it didn't work...

Thanks for any help.

Moshi
Top achievements
Rank 1
Veteran
 answered on 28 Jul 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?