Telerik Forums
Kendo UI for Angular Forum
1 answer
422 views

I have multiple dropdowns, comboboxes and mutil column comboboxes on single page.
In some cases dropdownlist size small but content in popup is big.
How can I set the width of the popup list as per content?

I tried to override k-animation-container class but it is impact to all other pages, controls & components.

How can I restrict list width to specific control? I want different width control-to-control

Preslava
Telerik team
 answered on 27 Jul 2021
0 answers
144 views

UI------------>Actual Value
VS Studio----->1
VS code ------>2
VS studio----->1
Compiler------>3

 

I want to filter on UI displayed value

<kendo-grid-string-filter-menu [extra]="false" [column]="column" [filter]="filter"
    [filterService]="filterService" operator="contains">
    <kendo-filter-contains-operator></kendo-filter-contains-operator>
  </kendo-grid-string-filter-menu>
nama
Top achievements
Rank 1
 asked on 26 Jul 2021
1 answer
437 views

How can I get ride of the space between the first data point and the y-axis of a line chart.  

Or in other words how can the category axis start exactly at the value axis?

Hetali
Telerik team
 answered on 26 Jul 2021
1 answer
524 views

Using multiple select mode and paging with a custom key for determining selection and your built in selection directive.

If you select a row on one page of data and then go to another page and select a row WITHOUT holding CTRL, the selected item on the first page remains selected instead of clearing.  This is not what I would expect and not what it does without using the custom key/directive features.  Especially since it will clear any other selections on the page I'm looking at, but not clear them on the other pages.

Your docs say the following..

To leave only the current row selected and deselect all previously selected rows:

  • Click a row within the Grid

You can see the incorrect behavior in your demo site.

Persisting the Selection - Grid - Kendo UI for Angular (telerik.com)

Slavena
Telerik team
 answered on 26 Jul 2021
3 answers
127 views

Hi,

 

Could i see on screen simultaneously all my week on left screen And current day on right screen ?

Could i use an scheduler compomnent alone or i must add an other Calendar Compoinent ?

Regards

Georgi
Telerik team
 answered on 26 Jul 2021
0 answers
381 views

Team,

I am facing the kendo combo box with issue, as i have multiple combo box i have to fix for only one combo box width. i tried a solution to increase the width of kendo dropdown popup with css below but its applying to all the kendo dropdown. I am trying to use id or class for specific dropdown but its not working and if i use the below css its applying to all the kendo dropdown popup. Attaching the below css, kendo dropdown elements and the kendo dropdown expand popup images. Please provide the solution.

.k-animation-container :first-child{
         min-width: max-content !important;
  

 }

manoj
Top achievements
Rank 1
 asked on 23 Jul 2021
6 answers
498 views

Id like to see a working Angular 6 sample (complete with angular.json settings) with Kendo componets along with the bootstrap theme, while also using bootstrap to handle normal html components.

Seems like im getting some conflict between the bootstrap theme and the bootstrap styles (from bootstrap css). Not sure if things are getting set correctly, or something else.  See previous thread on conflicts between with/without bootstrap css and kendo bootstrap theme

 

 

Srinivas
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 23 Jul 2021
1 answer
621 views

This question is related to the jQuery version of the product which has a similar question:

https://www.telerik.com/forums/how-to-save-tilelayout-and-reload-this-in-later

What I want to do is bind an array of data to tile layout items and when those items are resized, reordered via drag-drop, etc. is to update the data in the array so that I can persist the data to load again later.  For example, a user navigates to a page that has the tile layout already loaded with items with default settings, the user arranges the items the way they want them, saves the changes, and when the come back to the application and load the page later, I can reload their settings as they last modified them.

Is there a way to do this with the Angular Tile Layout component?

Thanks!

Yanmario
Telerik team
 answered on 23 Jul 2021
1 answer
579 views

Hi,

 

I use latest bootstrap default theme with

package.json

    "@progress/kendo-theme-bootstrap": "^4.36.0",
    "@progress/kendo-theme-default": "latest",

 

Error message is

- Generating browser application bundles (phase: building)...WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($padding-x, 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

   â•·
73 │ $padding-x-sm: $padding-x / 2 !default;
   â”‚                ^^^^^^^^^^^^^^
   â•µ
    node_modules\@progress\kendo-theme-default\scss\_variables.scss 73:16  @import
    node_modules\@progress\kendo-theme-default\scss\all.scss 3:9           root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($padding-y, 2)

More info and automated migrator: https://sass-lang.com/d/slash-div

 

How could i avoid it ?

 

Regards

Stoyan
Telerik team
 answered on 23 Jul 2021
1 answer
929 views

Is there a way to restrict column reorder?  

In general we would like users to reorder the column as they see fit for preference.  However, there are some scenarios where it becomes problematic to allow it.  Even it we disable a column for reorder, if other columns are reorderable it can still move columns which have it disabled. 

 

I'll give you a few examples of where restricting the reorder is helpful - columns meant for outside edge. 

- "Select" column is set to be 1st column in the grid.  It doesn't have reorder enabled, so a user can't move it directly.  However, other columns which are reorderable can be moved in front of the "Select" column making it 2,3,4th or whatever.  It would be great to prevent this to say the select is not reorderable it should remain 1st (reorder to in front of it off-limits).

- This would also be true for an action column that we made sticky on the far right side (last).  Its not reorderable and should remain last.

 

Dimiter Topalov
Telerik team
 answered on 23 Jul 2021
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?