Telerik Forums
Kendo UI for Angular Forum
1 answer
199 views
Hello, 

I was trying to create an error message in the kendo grid and I want the error message to appear inside the grid area, for example in place of  "No records available " text. 
Also, I would like to have the ability to style it (for example red background).

The requirement is to show custom content over the grid data, even if no data is provided.
Hetali
Telerik team
 answered on 16 Nov 2021
1 answer
1.2K+ views

Hello,

We are using Cypress automation to automate UI testing. This involves adding a data-cy="FOO" to a control (grid, button, drop down, etc). We want to be able to get at the controls in a grid like a grid button, hyperlink, page size, etc. I have added tags to the individual grids and columns but this doesn't seem to get at the fine grain controls like I would expect. Does anyone have experience doing this?

Martin Bechev
Telerik team
 answered on 16 Nov 2021
1 answer
89 views

Hello,

Is it possible to add a digital signature block to a PDF file created via PDFExportComponent (kendo-pdf-export) ?

Thank you,

--

Leonid

Martin Bechev
Telerik team
 answered on 15 Nov 2021
0 answers
81 views

Hi team,

     working on kendo filter menu , If input(search) data is empty means the filter button is disabled. my requirement is, its should be enabled. Please assist

amaithi
Top achievements
Rank 1
 updated question on 15 Nov 2021
0 answers
131 views

I am new to Kendo UI because of client requirement. I have faced problem during binding multi column combobox at first place the combobox loads very slow so I applied virtual property to combobox then it does not bind the last column with data

 

here is my ts code


exportclass CreateEsubsidyComponent extends BaseComponent implements OnInit, OnDestroy { /** * Define the Globals Variables */virtual: any = { itemHeight: 50, pageSize: 100// @progress/kendo-theme-default default item height }; }


here is HTML
 <kendo-multicolumncombobox [data]="esubsidyGeneralInputVariables.positiveListData"
                                        id="fundingObject" [listHeight]="300" [textField]="'herstellerbezeichnung'"
                                        [valueField]="'id'" formControlName="fundingObject"
                                        [virtual]="virtual"
                                        [popupSettings]="{
                                          width: '800px'
                                        }"
                                        (opened)="onMouseOverDescription()"
                                        (selectionChange)="selectFundingObject($event)" class="pop-reg-text"
                                        [filterable]="true" (filterChange)="handleMultiComboFilterChange($event)">

                                        <kendo-combobox-column [field]="'id'" [title]="'Id'" [width]="200"
                                            media="(min-width: 740px)">
                                        </kendo-combobox-column>
                                        <kendo-combobox-column [field]="'hersteller'" [title]="'Hersteller'"
                                            [width]="200" >
                                        </kendo-combobox-column>
                                        <kendo-combobox-column [field]="'herstellerbezeichnung'"
                                            [title]="'Herstellerbezeichnung'" [width]="200" media="(min-width: 500px)">

                                        </kendo-combobox-column>
                                        <kendo-combobox-column [field]="'typenbezeichnung'" [title]="'Typenbezeichnung'"
                                            [width]="200" media="(min-width: 565px)">
                                        </kendo-combobox-column>

                                    </kendo-multicolumncombobox>
                                </div>
and data is coming in positiveListdata because when I remove vitual all 4 columns bind properly then again loading is really slow I have attched the json object of data
Kanwar
Top achievements
Rank 1
 updated question on 12 Nov 2021
1 answer
115 views

Dear forum/support,

I'm trying to figure out how to deselect the last item that was selected in my filtered autocomplete list.

To more easily explain the situation I'm facing I edited the example Stackblitz and captured a small video of the issue.

Stackblitz: https://stackblitz.com/edit/angular-9eoskl?file=app%2Fapp.component.ts

You can find the video attached as a ZIP as I couldn't upload the mp4.

The video shows how I auto-select "Volleyball" from the autocomplete values after typing 'volley'. When I type 'ball' I need to have the internal state which item was selected last to be reset inbetween so that I can hit 'Enter' to select 'Baseball'. But instead 'Volleyball' is still selected and pressing 'Enter' will deselect it.

I was hoping that the new focusItemAt method would allow me to do such a thing by calling focusItemAt(null) in an event handler that listens on the autocomplete's 'closed' event. However the focusItemAt method does not really do what I was expecting (still don't know what it really does).

Best regards

Philip

Stoyan
Telerik team
 answered on 12 Nov 2021
1 answer
588 views

Hi, we use Tailwind themes in our project.

Does someone use Tailwind and SCSS from Kendo to apply theme correctly?

 

Ivo
Telerik team
 answered on 12 Nov 2021
2 answers
144 views

Hi Team,

As far as I can see, the ability to use custom templates in headers is applicable to Day, Week, WorkWeek, and Timeline view: https://www.telerik.com/kendo-angular-ui/components/scheduler/api/DateHeaderTemplateDirective/

Is there a similar possibility for a Month view?

Thanks,

Rita

Georgi
Telerik team
 answered on 12 Nov 2021
2 answers
176 views

I tried to use the datepicker component and are having issues/errors

at first it asked me to add the angular localize package, which I did and solved the first issue.

But the it started throwing another error being'

core.js:6486 ERROR NullInjectorError: R3InjectorError(AppModule)[PopupService -> PopupService -> PopupService]: 
  NullInjectorError: No provider for PopupService!
    at NullInjector.get (core.js:11108)
    at R3Injector.get (core.js:11275)
    at R3Injector.get (core.js:11275)
    at R3Injector.get (core.js:11275)
    at NgModuleRef$1.get (core.js:25340)
    at Object.get (core.js:25054)
    at lookupTokenUsingModuleInjector (core.js:3342)
    at getOrCreateInjectable (core.js:3454)
    at Module.ɵɵdirectiveInject (core.js:14744)
    at NodeInjectorFactory.DatePickerComponent_Factory [as factory] (index.js:6790)

Do I need to make my own popupservice ? I was under the assumption that the kendo installs added all dependencies.

Martin Bechev
Telerik team
 answered on 12 Nov 2021
1 answer
143 views

Hi

I have problem with your sample in Angular12

 error NG8002: Can't bind to 'allowCustom' since it isn't a known property of 'kendo-combobox'

https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/custom-values/

 

Could you help me

Thanks

 

Hetali
Telerik team
 updated answer on 11 Nov 2021
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?