Telerik Forums
Kendo UI for Angular Forum
1 answer
612 views
Hello,
I use Kendo UI Angular,
I have a kendomulticombobox in a form, I use this combobox in several forms, and to avoid copying and pasting, I thought of setting up a separate component for that, and just call it each time I need.
It's to say that the form has a formgroup, and that this formgroup has several formcontrols, that I get when I submit the form.
So when I integrate my custom component, I get an error `ERROR Error: No value accessor for form control with name:` and yet it's the same formcontrol that I use before.

Has anyone experienced this kind of problem? Or do you have any solutions please? Thanks
Martin Bechev
Telerik team
 answered on 15 May 2023
0 answers
991 views
I use a Master/Detail Grid for my application and the collapse / expand icons of the detail row are shown as plus / minus icons. Is it possible to change these icons to arrows (k-i-arrow-down / k-i-arrow-right)?
Katharina
Top achievements
Rank 1
Iron
 asked on 15 May 2023
1 answer
251 views

Hi,

if we configure the grid, that we are allowed to edit the cells, then in this case a single click puts the cell in edit mode. To prevent this, we can wrap the cell in a template with the 'k-grid-ignore-click' class. Is there any other way to prevent this? F. e. somehow in the codebehind? Btw. I can't find the css definition for 'k-grid-ignore-click', it seems like a hard-coded class name in the code.

Thanks.

horváth
Top achievements
Rank 2
Iron
Iron
 answered on 11 May 2023
1 answer
210 views
Does Kendo UI still support Bootstrap v3? It seems like the newest version is completely incompatible and creates many layout issues. Thanks!
Martin Bechev
Telerik team
 answered on 11 May 2023
0 answers
165 views
0 answers
125 views

I have a graph where the Y axis is logarithmic, from 10^1 down to 10^-4. Right now the labels on the axis read from 10 to 0.0001 (though really it's 0.00009999 repeating, not good), and I'd like it to read as 10 to the power of x. How can I format my labels to do that? Or at the very least, fix the last label so it doesn't look like the screenshot...

Megan
Top achievements
Rank 2
Iron
Iron
 updated question on 10 May 2023
0 answers
112 views
Say for example I have a graph where the important y values are between 50 and 150 and I want the major tick marks at multiples of 50 and the minor at multiples of 10. But I might have some values that go right up to the edge, so to give a little visual padding I want to make the range from 30-170. How do I set up my ticks so they still fall on multiples of 50, and the first tick is a minor instead of a major?
Megan
Top achievements
Rank 2
Iron
Iron
 asked on 10 May 2023
0 answers
224 views

I am facing issue with using both Kendo UI for Angular and Angular Material together. 

Facing below build errors if both the packages are installed. 

<kendo-grid> is not a known element.

Filterable is not a known element.

Angular/cli version - 14.2.0

Kendo version - 11.1.0

Angular material version - 8.2.3

Kendo and Material are working fine separately.

Lavanya
Top achievements
Rank 1
 asked on 10 May 2023
1 answer
2.5K+ views

I have kendo dropdown list getting data from list like text and value

When I load the page I need to set the dropdown value

 

<kendo-dropdownlist [data]="item.listAnswerOptions" id="Q{{item.QuestionId}}" [valuePrimitive]="true" textField="text" valueField="value" [(ngModel)]="item.EncAnswerOption"> </kendo-dropdownlist>

 

where In

[(ngModel)]="item.EncAnswerOption">

 

item.EncAnswerOption has value to be set

Martin Bechev
Telerik team
 answered on 10 May 2023
1 answer
527 views

I have a kendo grid that contains data that comes from a DB call.
Currently the export excel button extracts all the data equal to the datasource.
It is mapped into java.
I would like that when compiling the filters of the kendo grid when I click on the button it extracts only the filtered data

 


 <kendo-grid
                            [data]="gridData"
                            [pageSize]="state.take"
                            [skip]="state.skip"
                            [sort]="state.sort"
                            [filter]="state.filter"
                            [sortable]="true"
                            [pageable]="true"
                            [filterable]="true"
                            [selectable]="true"
                            [style.minHeight.px]="minMaxHeight"
                            [style.maxHeight.px]="minMaxHeight"
                            (dataStateChange)="dataStateChange($event)">
                            <kendo-grid-column field="name" title="{{'name' | translate}}"></kendo-grid-column>
                            <kendo-grid-column field="month" title="{{'month' | translate}}"></kendo-grid-column>
</kendo-grid>

Martin Bechev
Telerik team
 answered on 09 May 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?