Telerik Forums
Kendo UI for Angular Forum
1 answer
243 views

Whether Angular Kendo supports Adaptive cards rendering in microsoft bot framework? 

 

Please share any sample code to show the adaptive cards rendering in Angular Kendo UI

Svet
Telerik team
 answered on 06 Aug 2020
6 answers
181 views

Hi, 

The calendar show incorrect abbreviation for days in "pt-PT", but in "pt" is correct. See the comparison in the print.

 

Murilo Alves.

Murilo
Top achievements
Rank 1
Veteran
 answered on 05 Aug 2020
4 answers
6.0K+ views

Checkbox UI is different in angular kendo that is not matching with client UI. In Angular Kendo the CheckBox is displaying as True/False text message instead of displaying just as CheckBox.

 


We tried to fix this issue using plain checkbox html but in this case the checkbox values are not binding with the kendo angular object. So in this case the checkbox value is not updating correctly in gird

Dimiter Topalov
Telerik team
 answered on 05 Aug 2020
1 answer
102 views
I want to be able to move a node one level higher or one level lower. That works with drag and drop, but I want to achieve it programmatically. What would be the best approach then?
Svet
Telerik team
 answered on 05 Aug 2020
1 answer
133 views

hello,

I want a function to convert the state like this format :

filter[logic]=and&filter[filters][0][field]=title&filter[filters][0][operator]=eq&filter[filters][0][value]=POST_TITLE

and to pass it on the queryParm

 

Thank you

Dimitar
Telerik team
 answered on 04 Aug 2020
1 answer
173 views

I'm not sure this can or should be done. I'll try to explain as best as I can.

 

I have a lot of AutoComplete controls. I want to give all of them the same NoDataTemplate. I know how to implement that by adding an ng-template with the kendoAutoCompleteNoDataTemplate. But I don't want to add the same code to all of my controls so I tried creating a custom directive that just adds the ng-template to the innerHtml of it's host and applied it to the AutoComplete control but with no luck.

I know my other option is to create a custom component that just has an AutoComplete control and maybe gets an ng-template as Input but that means I have to wire all of the built-in Inputs and Outputs of the AutoComplete control to my custom component.

I asked this question specifically for this example to simplify it but I have the same issue with many kendo controls. I'm trying to make them generic without writing too much code and it's very hard.

 

Thanks,

Tomer

Dimitar
Telerik team
 answered on 03 Aug 2020
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
236 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
163 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
358 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?