Is there a built-in Kendo form class for a grid-type layout? I know that the GridLayout component is available, was hoping that there was something built-in already that would be more straightforward to implement.
Thanks
Hello,
I'm working on a project where we have about 100 columns and rows can exceed 1000 rows.
The users want to enable CTL and shift selection but it doesn't work and I have 2 behaviors:
1- If I click quickly and simultaneously CTL and Select row it's works.
2 - If I start holding the CTL button and try to select row nothing happen and it takes long time to be selected.
can you tell me what the problem is exactly and if there is a bypass for it
Best regards
import { Component, AfterViewInit, OnInit, ViewChild } from'@angular/core';
Is it possible to bind the kendo angular date controls directly against a luxon date object?
I tried the following:
A direct binding results in a compile error:
Error in src/app/app.component.ts (28:37)
A binding against a Javascript date, on the other hand, works
Is there also a special adapter for the Kendo DatePicker like for Angular Material Date Components (@angular/material-luxon-adapter)?
Hi team,
I'm very sorry to bother you again. I tried all the methods you provided, but the error still exists. I will now describe the error to you in more detail.
The following is a picture of unit test error information.
I tried to understand the error message, and it seems to be related to the language setting initialization of the datepicker component.
In the datepicker component, I have implemented the language switching function. Here is the relevant code for the language switching.
In the app.config.ts file, I globally set and imported the corresponding language pack.
I tried to introduce CldrIntlService in the unittest file, but it still gave the same error.
Thank you for your help!