Telerik Forums
Kendo UI for Angular Forum
3 answers
532 views

My website has a dark theme so the chart has a black background with white text, but when it's exported to PDF the background color should be white and the text color should be black.  How do you set the colors of the chart to be different for when it's being exported to PDF?  

 

Thanks,
Rob

Rob
Top achievements
Rank 1
 answered on 01 Nov 2018
1 answer
650 views
I’m unable to apply CSS styles to any element within the kendo-upload element. Let’s use k-upload-button as an example. I’ve tried the following selectors without success:

. k-upload-button
. k-button .k-upload-button
. k-upload > .k-dropzone > .k-upload-button

Looking in Chrome’s debugging tool, it doesn’t appear that the style is being overridden, but instead the selector isn’t selecting the element. How would one go about styling the individual elements within the kendo-upload element?

Although certainly not ideal, I am able to style them using JavaScript within Angular’s ngAfterViewInit function:

    ngAfterViewInit() {
        let kendoUploadButton = document.querySelector('.k-upload-button');
        kendoUploadButton.setAttribute('style', 'display:none');
    }
Dimiter Topalov
Telerik team
 answered on 01 Nov 2018
7 answers
140 views

I'm trying to export an entire page with the Kendo Angular PDF, this works fine except when I add a Kendo Angular Grid on to the page. I'm seeing issues where rows are missing and there is extra blank space on some of the pages.

Here is a sample with the behavior. https://stackblitz.com/edit/angular-qkj4p7 Notice that it skips from id 11 to 19 between the first and second page and that there is a large margin at the bottom of the pages.

It seems like part of the issue is that it picks where to do page breaks based upon the current DOM, instead of the copied DOM after the k-pdf-export style has been applied. Is there a way to get the grid to work properly with the pdf component?

Dimiter Topalov
Telerik team
 answered on 31 Oct 2018
2 answers
79 views
Hi just starting a brand new project. Is v7 angular supported officially?
adrian
Top achievements
Rank 1
 answered on 25 Oct 2018
2 answers
2.0K+ views
Since I've implemented master detail functionality from code behind, is it possible to hide the expand/collapse column added to Detail Grids?
desi
Top achievements
Rank 1
 answered on 25 Oct 2018
1 answer
1.6K+ views

  Hi,

Is there any way to achieve this drag and drop cells in angular grid? 

Thanks

Dimiter Topalov
Telerik team
 answered on 24 Oct 2018
1 answer
422 views

Hi there,

I'm looking to display different data than the one initialized in my panelbar and panelbar-items in the constructor. I'm getting my data programmatically and would like to change the data the same way. 

The request will come from a global switch that sets a few global flags. Actually I will be switching the data in the panelbar back and forth, there is only data A and data B.

Thanks in advanced,

Carla

 

 

 

 

Dimiter Topalov
Telerik team
 answered on 24 Oct 2018
3 answers
184 views

Is there a possibility to mark the filter line in the grid column menu as active?

The menu button itself is marked with .k-state-active, but the popup itself or the filter line is not. So the elements are not reachable with CSS.

Is there any solution to reach the element?

Thanks for your help and best regards,

Andi


Dimiter Topalov
Telerik team
 answered on 23 Oct 2018
1 answer
755 views

Hi I am working on Kendo and I am using 

https://www.telerik.com/kendo-angular-ui/components/dropdowns/autocomplete/

Whenever we will search something and try to scroll , drop-down closes automatically. It is not happening all the time but once it happen (all dropdowns will not work) I need to reload the browser then again it will work.

The exact same issue , I found for material ui can be check for more understanding 

https://github.com/Dogfalo/materialize/issues/901

How I can resolve the issue ? Any help will be useful ...
Thanks

Dimiter Topalov
Telerik team
 answered on 19 Oct 2018
2 answers
136 views

In the docs there's text next to the name of every field of a class/component/etc. describing its type. The thing is this text is white (#ffffff) on a white (#fff) background effectively hiding it if it's not highlighted.

This actually cost me quite some time because I wasn't aware I was able to pass a function instead of a string for a specific field through which I was able to solve the problem at hand.

Here's an example: https://www.telerik.com/kendo-angular-ui/components/dataquery/api/FilterDescriptor/, I've also included screenshots of what I'm seeing.

Gordon
Top achievements
Rank 1
 answered on 19 Oct 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?