Telerik Forums
Kendo UI for Angular Forum
3 answers
288 views

I am trying to implement a tabstrip within another tabstrip. What I have found is that when the parent tabstrip tab title property is set using [title]="'Title'" and the child tabstrip first tab is set using ngtemplate, then the parent's first tab title gets the child first tab text appended to it.

see https://stackblitz.com/edit/angular-lwzvbp?file=app/app.component.ts

schakravarty
Top achievements
Rank 2
Iron
Iron
 answered on 19 Jan 2021
1 answer
249 views

When all screen is full at events, the scroll in not working in mobile.

how can i scoll also that is display many events in screen?

Martin Bechev
Telerik team
 answered on 15 Jan 2021
1 answer
118 views

 

My grid data is bound to an observable as follows:

 protected initDomainEntityQuery() {
     this.gridSettings.state.skip = 1;
    this.gridData$ = this.stateChange$.pipe(
      takeUntil(this.unsubscribe),     
      switchMap(() =>
        this.dataService.getData(this.buildDomainEntityPayload())
      ),
      map((data) => {
        if(this.groupable && data.data.length > 0) {        
          return process(data.data, { group: this.groups });
        }
        else
          return data;
      })      
}  }

 

The problem is that the data set returned could potentially span many pages, but after the aggregation, the DataResult total is 1 page long.  Is there any way of working round this? 

The use case is to present the data grouped by a type field. 

Thanks.

 

 

Svet
Telerik team
 answered on 15 Jan 2021
1 answer
816 views
how can i disable drag the events?
Martin Bechev
Telerik team
 answered on 15 Jan 2021
1 answer
232 views

Hello,

In my app I'd like to be able of change the language of the labels in the datetimepicker dinamically (days of the week and months). I manage the localization with a custom service I made and it works for most of the app. I read the documentation and the aproach of setting the provider with an static locale_id value is ok but I need to change it in runtime.

Can you help me with this?

Svet
Telerik team
 answered on 14 Jan 2021
1 answer
780 views

Hello, I would like to know how it is possible to insert a default value inside the column filter box at the ngOnInit of the component. I would like to dynamically pass a string type parameter that searches in the corresponding column for all the values contained in the grid datadource.

 

ngOnInit() {
  var doc = this.myService.docName();
  // set doc name in the column of kendo grid and activate filtering
}
Martin Bechev
Telerik team
 answered on 14 Jan 2021
6 answers
260 views

Hello!

 

While understanding the Sortable component, I went across the following issue: 

- I opened the example from https://www.telerik.com/kendo-angular-ui/components/sortable/ in StackBlitz 

- I added a button that when clicked, should add a new Item (image-one)

- I clicked the button

- Item array was updated, but interface is not showing the new item (image-two)

Is there another way to refresh the interface, to see the items up to date?

 

Thank you!

Claudia
Top achievements
Rank 1
 answered on 13 Jan 2021
1 answer
99 views
Is there a setting to force a [maxLength] for <kendo-textbox> that limits the characters that can be entered(not just validation but a physical limit)?
Martin Bechev
Telerik team
 answered on 13 Jan 2021
1 answer
75 views

Hello,

We have a requirement to implement drag and drop in TreeList component. Drag and drop should be possible within nodes(any level) and outside the component as well.

I cannot see any mention of such feature in the documentation. Is it present already or under development? When can this feature be expected?

 

Thanks,

Harmeet

Martin Bechev
Telerik team
 answered on 13 Jan 2021
0 answers
157 views

hi,

I'm using Kendo UI for Angular Multi select. When I type in the input(inside multi select) the text is not visible but filtering works fine.

This functionality works fine in Chrome but doesnt work in IE11.

Please suggest.

 

Jameema
Top achievements
Rank 1
 asked on 11 Jan 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?