Telerik Forums
Kendo UI for Angular Forum
5 answers
987 views

Hi,

Is there a property or a way to implement load data on demand in Combo? (In Kendo UI for Jquery there was a property called "Virtual" to do that).

Thank you in advance.

Svet
Telerik team
 answered on 22 Feb 2018
1 answer
199 views

Please see plunker below.  Column chart type aggregates data as expected using the sum aggregate.  Pie and Donut do not aggregate as expected.

https://plnkr.co/edit/KBkkNGsglZPqP5s89yPl?p=preview

Thanks for your help in determining if this is a bug or as expected.

Ben

 

Svet
Telerik team
 answered on 20 Feb 2018
1 answer
244 views

Can kendo-grid do the same? I set the  filterable="menu" , but that only handle the filter, I would like it to include hide column options and sorting.

https://demos.telerik.com/kendo-ui/grid/column-menu

 

Thanks,

Bryian Tan

Rosen
Telerik team
 answered on 19 Feb 2018
2 answers
1.6K+ views

Is there a way to allow html in a column?

<kendo-grid-column field="description" title="Description" [encoded]="false"></kendo-grid-column>

gives me the error  "encoded is not a known property"

<kendo-grid-column field="description" title="Description">
  <ng-template kendoGridCellTemplate let-dataItem>
    {{ htmlDecode(dataItem.description) }}
  </ng-template>
</kendo-grid-column>

Doesn't decode either.

Any solution or workaround?

Glenn Boothe
Top achievements
Rank 1
 answered on 16 Feb 2018
1 answer
141 views

Hi,

 

Is it possible to have grid component displaying worksheets at the bottom of the grid, similar to the way Excel has Sheets/tabs within workbook?

 

How can this be accomplished?

 

Regards,

Alex

Dimiter Topalov
Telerik team
 answered on 15 Feb 2018
1 answer
708 views

I'm attempting to add a new row at the bottom of the grid but I don't know which option can help me with that. If there's no option, do you know a workaround for it? Please take the link as a code example to achieve this behavior. Thank you!

https://www.telerik.com/kendo-angular-ui/components/grid/editing/editing-row-click/

Ivan
Telerik team
 answered on 15 Feb 2018
3 answers
776 views

<kendo-timepicker formControlName='StartTime' [min]='pharmacyStartTime' [max]='pharmacyEndTime' required></kendo-timepicker>

Intial values:

PharmacyStartTime = 9:00 AM

PharmacyEndTime =1:00PM

In our application, we update the above start and end times with the user input. But the min and max values of time picker component don't update.

Appreciate any help.

Georgi Krustev
Telerik team
 answered on 15 Feb 2018
9 answers
1.8K+ views

HI to All

Is there a way to add click/scroll eventListener on DropDownList popup.When list is shown I want to listen the scroll Event and when scroll is achieve end - go and load new portion of data and show in the "selectbox".  For example I added click event on kendo-popup, also on ul element in that element - but no evenets was fired? Is this possible with KendoUI?

Svet
Telerik team
 answered on 13 Feb 2018
3 answers
646 views

When setting a fixed height and enabling scrolling on the Kendo Angular Grid, the grid will not fill it's entire height if too few rows are loaded (please see attached screenshot).

The grid has a fixed height of 500 pixels, however it does not fill it entirely, leaving an empty space beneath it. Also, vertical scrolling does not seem to be enabled. If more rows are loaded (or existing rows are expanded), the grid will grow in height and even exceed it's fixed height setting as if it were not set at all.
If, however, enough rows are loaded initially, vertical scrolling is enabled and works as expected.
This behaviour can be reproduced by setting a fixed height to a grid and enabling scrolling, and loading fewer records than the set page size.

Dimiter Topalov
Telerik team
 answered on 13 Feb 2018
1 answer
3.0K+ views

Hi,

 

is it possible to change default starting sort direction of Grid from ASC to DESC?

Thanks,

Yuriy 

Yuriy
Top achievements
Rank 1
 answered on 12 Feb 2018
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?