Telerik Forums
Kendo UI for Angular Forum
2 answers
3.1K+ views
How do you add a class / style to the popup rendered when hovering or clicking on a kendo-menu-item?  I see a k-animation-container opening but have no idea how to add styling to it.
Naseer
Top achievements
Rank 1
 answered on 04 Jun 2020
4 answers
783 views

Bharat
Posted on: 32 minutes ago

I have implemented kendo-tabstrip and it has different templates for KendoTabContent.
So I want to focus(Cursor) control in each template when each tab is clicked. But not able to access controls in KendoTabContent template and its controls when the tab is clicked. I want to focus controls like input and kendo-multiselect
So on click of each tab, some control from each tab content should be focused so that the user has better experience to type directly instead of handling it using a mouse.
Attached is the image of HTML I am using.

 

 

Martin Bechev
Telerik team
 answered on 04 Jun 2020
1 answer
187 views

Ok the first pass at making state management less of an overhead was leaving a lot of boiler plate code required to be implemented per grid. The biggest pains were having to create an array of columns for each grid, this gets old quick when you have a project with many grids.

So I have decided to implemented state management in a directive and are fairly happy with the results.

Features:

  • State persistence is managed entirely in the directive.
  • State storage can be session or local defaults to session.
  • Persists expanded rows.
  • Persists column visibility.
  • Persists column resize.
  • Persists column reorder.
  • Persists grid sort, page, page size, group, filter etc..

Just add the directive and handle the stateReady event. You can read more here.

Github: https://github.com/lucasheight/angular-kendo-grid-state
NpmJs: https://www.npmjs.com/package/@lucasheight/kendo-grid-state

 Stackblitz: https://stackblitz.com/edit/angular-kendo-grid-state-directive

Svet
Telerik team
 answered on 04 Jun 2020
1 answer
701 views
Is it possible to use material cdk to drag and drop rows within a kendo-grid?  How would cdkDrag directive be applied to the rows?
Dimiter Topalov
Telerik team
 answered on 04 Jun 2020
1 answer
182 views

When I do production build I miss buttons for the next and previous page in grid. If I run angular project in development mode everything is ok. Any idea what's wrong? Thank you.

 

Ivan
Telerik team
 answered on 03 Jun 2020
1 answer
2.9K+ views

Is there a way to use the Grid Excel Export button outside of the toolbar template?

Hetali
Telerik team
 answered on 02 Jun 2020
2 answers
137 views

I see this is online help:

 

https://www.telerik.com/kendo-angular-ui/components/uploads/upload/how-to/local-file-processing/

 

As of version 5.2.0 the Kendo UI Upload for Angular features a built-in FileSelect component. You could use this component instead of the approach suggested in the article below.

 

But I do not see an example of how to do this with fileselect?

 

Can you please provide an example or point me to the documentation that describes it in detail?

Steven
Top achievements
Rank 1
 answered on 02 Jun 2020
4 answers
391 views

Hello,

Currently we're evaluating usage of kendo with angular 5.

I've noticed detached DOM trees when destroying the grids.

Please find attached 2 files:

1. Screencast of the snapshots as the creation/destroy progressing: https://ufile.io/20hfh

2. The app itself (without node modules, you can npm install to run it): https://ufile.io/0eone

Can you provide any input on this one? Is this a known issue or we're missing something?

 

Thank you

Rafal
Top achievements
Rank 1
 answered on 02 Jun 2020
1 answer
1.0K+ views

Hi, I have an DatePicker in an ionic modal. 

But for some reason it doesn't open and gives no errors in cosole. It is just a copy and paste from the basic example in the docs.

That is any reason for this to happen?

Svet
Telerik team
 answered on 02 Jun 2020
1 answer
6.5K+ views

I have enable sorting, filtering for Kendo editable grid. When I filtering the grid, and editing any particular row, I want to get the original rowIndex (the index of the binded array) in the called function as a parameter along with the dataItem, default rowIndex values.

Note: I have attached the screenshot of my code, hope that might be helpful to understand my use case

Svet
Telerik team
 answered on 02 Jun 2020
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?