Telerik Forums
Kendo UI for Angular Forum
0 answers
98 views

Hi, 

We are using the "kendo-calendar" in our application and are using IntlService.parseDate for parsing dates. This function ignores the twoDigitYearMax setting as the year 2029 is hardcoded in it. That means that any dates from 2030 and onward will be treated as 1930 and onward instead (when input using a 2-digits format mask)

 Given that 2030 is soon (noticeably closer than 1930), some of our customers are already entering delivery dates for that year.

 

The constant TWO_DIGIT_YEAR_MAX = 2029 in kendo-intl/src/dates/parse-date.js should be made configurable instead to avoid those problems.

IS there any possible way to achieve this? 

Kumeri
Top achievements
Rank 1
Iron
Veteran
Iron
 asked on 14 Jul 2022
1 answer
94 views

Is there any  Sample angular applications with login feature ,Menus and Kendo angular  grid implemented ?

Lance | Senior Manager Technical Support
Telerik team
 answered on 12 Jul 2022
0 answers
104 views

Hi, 

I have a feature, where when a button is clicked kendo-window will opened. Now I want to disable the main screen till the kendo-window is closed. Is there any way to achieve this?

Thanks,

Jayashree

Jayashree
Top achievements
Rank 1
 asked on 12 Jul 2022
1 answer
221 views

When I export a PDF from a Grid component when I have the 1st column set to [sticky]="true"...

The exported PDF that is set to paperSize="auto", has the 1st sticky column stuck on the far right (over the last column).

I am not sure why, but all the other columns are correct in the PDF file.

<kendo-grid-column 
        title="Vehicle Details" 
        field="year"
        [width]="250" 
        [filterable]="false"
        [autoSize]="true"
        [sticky]="true"
        media="(min-width: 600px)"
>...
<kendo-grid-pdf
        fileName="floorplan-vehicle.pdf"
        [allPages]="true"
        paperSize="auto"
        [repeatHeaders]="true"
        [landscape]="true"
      >
</kendo-grid-pdf>

[Please see the attached screenshot]

Help please?

Hetali
Telerik team
 answered on 11 Jul 2022
1 answer
2.2K+ views

Hi,

I'm using a kendo angular grid. For some reason when i filter on a page (other than page 1) it isn't resetting to page 1. Therefore if i filter for something on page 5 for example and there is only one result, the grid appears empty and i'm having to click page 1 to show the row. I'd have thought this should work out-of-the-box or am I required to write some code to reset the paging whenever a fitler is applied?

Using version:

"@progress/kendo-angular-grid": "6.0.1",

 

Thanks

Miroslav
Telerik team
 answered on 08 Jul 2022
1 answer
170 views

Hello,

There is a console.log in kendo-angular-charts.js file line 814. It's triggered when shared popup open on chart. 

version: @progress/kendo-angular-charts": "7.1.0"

See below:

position(offset) { if (!this.popupSettings || !this.popupSettings.appendTo) { return offset; } const appendTo = this.popupSettings.appendTo.element.nativeElement;

console.log('appendTo', appendTo); // HERE
const bbox = appendTo.getBoundingClientRect(); const { scrollLeft, scrollTop } = this.scrollOffset(appendTo); return { left: offset.left - bbox.left - scrollLeft, top: offset.top - bbox.top - scrollTop }; }


Miroslav
Telerik team
 answered on 08 Jul 2022
1 answer
132 views

Hello,

I'm trying to localize the Editor component into Czech and I've noticed there is no title (tooltip) for the buttons for merging/spliting table cells (kendoEditorMergeCellsButton and kendoEditorSplitCellButton). I haven't found localization for the text "Create a <A x B> table" as well (while inserting a new table via <kendo-editor-insert-table-button></kendo-editor-insert-table-button>.

Can you help me with localizing these?

Thanks, V.

Martin Bechev
Telerik team
 answered on 07 Jul 2022
1 answer
331 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
186 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
528 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?