Telerik Forums
Kendo UI for Angular Forum
0 answers
196 views

Hi,

I have this grid setup:

<kendo-grid
  [kendoGridBinding]="rows"
  [kendoGridInCellEditing]="createFormGroup"
  [selectable]="selectableSettings"
  kendoGridSelectBy
  [(selectedKeys)]="selectedCells"
  [navigable]="true"
>

If I hit enter, the focused cell steps into edit mode. How can I prevent it? I tried to register a keydown event handler and catch the enter key and simply return, but no luck.

Thanks

horváth
Top achievements
Rank 2
Iron
Iron
 asked on 16 May 2023
1 answer
636 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
1.0K+ 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
262 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
224 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
192 views
0 answers
145 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
143 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
250 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?