Telerik Forums
Kendo UI for Angular Forum
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
638 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
1 answer
475 views

Hi i have used this custom directives:

https://www.telerik.com/kendo-angular-ui/components/grid/data-operations/data-binding/automatic-operations/#toc-custom-directives    

I can now make custom filter or dont know how ?

<kendo-grid-column field="probeWeight" title="{{ 'ServerTable.probeWeight' | translate }}" width="80" >
<ng-template kendoGridFilterCellTemplate
let-column="column"
let-filter="filter"
let-filterService="filterService">
<kendo-multiselect
[data]="listItems"
[valuePrimitive]="true">
</kendo-multiselect>
</ng-template>
</kendo-grid-column>

How to add this to state object and reload Grid. It is working for Kendo Filters like this:

<kendo-grid-column field="enabled" title="{{ 'ServerTable.enabled' | translate }}" filter="boolean" width="60">
<ng-template kendoGridCellTemplate let-dataItem>
<input type="checkbox" [checked]="dataItem.enabled" disabled/>
</ng-template>
</kendo-grid-column>

But do working for my filter i have to add field like [filter]="filter" or somthing :( 

Thanks for help

Dimiter Topalov
Telerik team
 answered on 12 Feb 2018
1 answer
65 views

Hi,

Is there a way to disable grouping for a particular column? The ColumnComponent has inputs for editable, filterable, reorderable, resizable and sortable but not groupable?

Thanks.

Dimiter Topalov
Telerik team
 answered on 12 Feb 2018
1 answer
274 views

Hi,

Using kendo-angular-grid@2.0.1 
When using option " <kendo-grid ... filterable="menu" " ... >" the filter icon gets incorrect position (see screenshot). 
BUT ONLY in Internet Explorer.  Chrome and Opera are fine.

Thanks,

Yuriy
 

Alex Gyoshev
Telerik team
 answered on 12 Feb 2018
2 answers
955 views

Hi,

I have a Kendo UI grid which is binding to a GridDataResult. It fetches data from a .NET API and is using toDataSourceRequestString on a DataSourceRequestState to formulate the query parameters. The API is in turn returning a DataSourceResult.

The grid needs to support paging, sorting, filter and grouping. On returning grouped results, the front end is using translateDataSourceResultGroups to unpack the data.

The API currently returns something like this:

{
  "data":[
    {
      "foo":1,
      "bar":80,
      "baz":[
        {
          "date":"2017-04-01T00:00:00",
          "value":25
        },
        {
          "date":"2017-05-01T00:00:00",
          "value":27
        },
        {
          "date":"2017-06-01T00:00:00",
          "value":28
        }
    }, etc...
  ],
  "total":8,
  "aggregateResults":null,
  "errors":null
}

 

If I didn't need to use server side grouping etc then I could just flatten the "baz" property array before binding but with grouping the results get pretty complicated. Is it possible rather to bind the data as is and bind properties from the nested array as a column? For instance, in the example above, I am attempting to have columns:

"foo", "bar", "2017-04-01", "2017-05-01", "2017-06-01"

and the first record row values:

1, 80, 25, 27, 28

The "baz" array is a series of dynamic column + value pairs.

 

Any ideas appreciated. Thanks.

esp
Top achievements
Rank 1
Veteran
 answered on 12 Feb 2018
1 answer
373 views

I follow the example on this link https://www.telerik.com/kendo-angular-ui/components/layout/panelbar/ to try out the panelbar control

but the result not matching the sample. What is missing?

 

Thanks,

Bryian Tan

Dimiter Topalov
Telerik team
 answered on 09 Feb 2018
1 answer
190 views

Hi, is there a  method to the jQuery "setOptions" for the Kendo Angular grid? I need to allow the user to "reset" the grid to original configuration after columns have been reordered. 

 

Thanks,

Svet
Telerik team
 answered on 09 Feb 2018
2 answers
133 views

Hi, 

I've discovered that there is a feature "columnMenu", available for JQuery Grid.

Is it possible to have it in Kendo for Angular Grid?

Thanks,

Yuriy

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