Telerik Forums
Kendo UI for Angular Forum
1 answer
315 views
We need the possibility to call an A.P.I using paging parameters, thus loading each page of the grid dynamicaly.
Something like passing the total number of entries, then an A.P.I request for each paging event that will respond with the results for that page.
Is there any possibility to do this using the "Kendo UI for Angular" Grid ?
Lance | Senior Manager Technical Support
Telerik team
 answered on 05 Jul 2022
0 answers
175 views
I have both date-picker and date-time-picker on the screen, but when screen is small such as mobile devices and picker is bigger than working area it goes out of the screen without any scroll. but date-picker works fine it detect there is not enough space in bottom and it opens of top the input.
I've attached two screenshots which describes the problem.
daniel derakhshani
Top achievements
Rank 1
 asked on 04 Jul 2022
1 answer
517 views

In the Trigger Export Externally example, the source code requires an Element Ref ID to be added:

<kendo-grid
     #grid="kendoGrid"
     ...
>
...
<kendo-grid-pdf
     fileName="Products.pdf"
     [allPages]="true"
     paperSize="A4"
     [repeatHeaders]="true"
     [landscape]="true"
>
</kendo-grid>

<button kendoButton (click)="exportToPDF(grid)">Export Grid to PDF</button>

ERRORS in Jest:

The only error shown after running a coverage test is the following:

NG0301: Export of name 'kendoGrid' not found!. Find more at https://angular.io/errors/NG0301

This basically says that I need to import into my *.module.ts -- but I am not seeing in the forums what exactly needs to be imported to help satisfy the tests.

Please advise!

 

Martin Bechev
Telerik team
 answered on 04 Jul 2022
1 answer
305 views
Is it possible to change day names (SU to SUN or MO to MON) in kendo angular calendar
Martin Bechev
Telerik team
 answered on 01 Jul 2022
1 answer
137 views
Hello, How I can have virtual scrolling with 100% grid height. Thank you.
Svet
Telerik team
 answered on 01 Jul 2022
1 answer
437 views

Hello. How I can set row height, but without virtual scrolling.  Some times when grid is out of render, other route or tabstrip. When data changed in grid I have locked columns with 0 height. I would like to set row height. I had try set it from css, but locked columns do not have horizontal scroll and content columns have and locked columns is do not have correct inline render. Thank you.

Svet
Telerik team
 answered on 01 Jul 2022
1 answer
239 views

Hi, I would like to get a structured response from a controller invoked by a component. in the UploadsModule module (kendo-upload).

I send a text file that is processed server side.

I would like to send the processed object back to the component that sent the original file?

Could be done?

 

Thanks for your help,

Francesco Aperti

Lance | Senior Manager Technical Support
Telerik team
 answered on 30 Jun 2022
1 answer
1.0K+ views

Hi

I would like to use the default ocean blue style but change the spacing between the elements. I downloaded the theme file, unziped it and copied the .CSS file to my assets folder. I now include the theme using:

1. angular.json has the following in the styles section:

    "styles": [
              "src/styles.scss"
            ]

2. I have then added this to the styles.scss

    $spacer: 0.1rem;

    $font-size-base: 0.8rem;

    @import "assets/themes/DefaultOceanBlue.css";

 

I cannot seem to get the spacing to be condensed - what am I missing / doing incorrectly? 

Thank you in advance

ursus

Svet
Telerik team
 answered on 30 Jun 2022
1 answer
102 views
Hello, I'm having trouble managing to create a custom component for a filter inside a grid. I've started based on the documentation with the DropdownList custom component (here) and I provided the correct data to it (filters and options) and every time I select an option it throws me an error (attached image). I replicated the exact example from the documentation and I'm encountering the same issue. Can anyone tell me what I'm doing wrong? I also provided the data I'm passing from the parent component (the first is the filter object, the second is data with the available options). Thanks in advance.
Martin Bechev
Telerik team
 answered on 30 Jun 2022
0 answers
474 views

I am using kendo-treeview in angular v12. I want to hide specific node in html based on some condition. I tried to put *ng-If but it's not working . it's hiding the text but node is still rendering.  I explored and found one input "isVisible" but I am not sure how to use it. Can anyone please provide the demo link for this.

 

Thanks,

Rakesh
Top achievements
Rank 1
 asked on 26 Jun 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?