Telerik Forums
Kendo UI for Angular Forum
5 answers
1.9K+ views

It looks like in the documentation there is support for generating workbooks with multiple sheets, but it is not clear to me how to do that.  Is there a declarative way that I am missing like 

 

<kendo-excelexport>

     <kendo-excelexport-sheet name="sheet1">

...columns for sheet 1

</kendo-excelexport-sheet>

     <kendo-excelexport-sheet name="sheet2">
...columns for sheet 2
</kendo-excelexport-sheet>

</kendo-excelexport>

Dimiter Topalov
Telerik team
 answered on 09 Mar 2020
3 answers
218 views

Hello Telerik

The Conversation UI is binded inside each kendo tabs strip , each Conversation UI initially load 10 messages, when scroll reach top, new messages should bind to existing feed. each tab's Conversation UI should bind new messages  only when scroll reach top and bind new messages for respective tab's conversation Ui's feed .

How can I achieve this customization within current available API.

Please see the below stack blitz demo and update it 

https://stackblitz.com/edit/angular-x7vrdm?file=app%2Fapp.module.ts

Please watch loom video for more details

https://www.loom.com/share/4098c8839df142acaf005a231f267827

Svet
Telerik team
 answered on 09 Mar 2020
1 answer
92 views
the version on @progress/kendo-drawing jumped from 1.6 to 1.13.7 with no intermediate versions or dev versions.  Is that a legit release?
T. Tsonev
Telerik team
 answered on 05 Mar 2020
1 answer
1.1K+ views

When using virtual column mode, virtualColumns = true / scrolling = "virtual" in conjunction with grid state caching (both based on the How To examples), and the grid is embedded inside of a tabstrip (which itself implements load on demand directive based How To example for tabstrips), the grid doesn't seem to restore, i.e. show, the grid state until user clicks on another tab and then clicks back...  Wondering if manually forcing grid UI refresh will restore the cached state.

How to pro grammatically force UI refresh of grid?

Svet
Telerik team
 answered on 04 Mar 2020
1 answer
2.0K+ views

    My notifications are appearing underneath my grids.   How do I get them to show up on top?   Image demonstrating the problem is attached.

 

 

Preslava
Telerik team
 answered on 04 Mar 2020
1 answer
266 views

I am using Kendo grid and kendo export to excel feature with angular 7.

Export works fine when for fewer number of records but it does not work when number of rows are higher usually greater than 27000 rows. 

This problem is only with Chrome. It works fine with other browser like Firefox. With Firefox it exports more than 300,000 record without any issue.

Can you please suggest some solution or reason why it may be failing for chrome only.

Svet
Telerik team
 answered on 04 Mar 2020
2 answers
5.4K+ views
I am looking for an example of overriding the "No records Available" message in the Angular grid. The only option I see for this grid is in the CustomMessagesComponent but not sure how to implement it. I have ran across examples for other versions of the grid but not for angular 4.
Ivan
Telerik team
 answered on 04 Mar 2020
1 answer
539 views

Hello,
I am trying to incorporate the Tooltip into a project and I can't seem to get it to work.  I copied the exact same code from your demo. 

https://www.telerik.com/kendo-angular-ui/components/tooltip/default-conf/

I have this in my app Module

import { PopupModule } from '@progress/kendo-angular-popup';
import { TooltipModule } from '@progress/kendo-angular-tooltip';

Imports I have the following

imports: [
    CommonModule,
    BrowserModule,
    BrowserAnimationsModule,
    AppRoutingModule,
    HttpClientModule,
    FormsModule,
    SharedModule,
    PopupModule ,
    TooltipModule
  ],
This is the tooltip - just like your demo

 

<div kendoTooltip style="text-align: center; padding-top: 10px;"><button class="k-button k-primary" title="Saves the current document">Save</button><button class="k-button" title="Discards all changes">Cancel</button></div>

I get no errors, none. I installed the tooltip using ng add @progress/kendo-angular-tooltip

Thanks for your help
Joe


Martin Bechev
Telerik team
 answered on 03 Mar 2020
1 answer
131 views
Hi,

I'm trying to have a reponsive toolbar with the ability to contain multiple custom controls (Angular components).
1. I'd like to avoid cusomization for each control. how can do that as generic as possible?
2. I'd like to have the same control when overflow (in the popup) or not (in the toolbar). Can I use the same contro for template and toolbar?
  <ng-template #toolbarTemplate #popupTemplate>

Thanks in advanced,
Michal.
Martin Bechev
Telerik team
 answered on 28 Feb 2020
4 answers
1.0K+ views

I have a grid with a custom column:

<kendo-grid-column field="Category" title="Category" width="200">
      <ng-template kendoGridCellTemplate let-dataItem>
        {{ dataItem.Category.CategoryName }}
      </ng-template>
</kendo-grid-column>

When using the default filtering, I get a type error ((a || "").indexOf is not a function).  I am assuming it is due to trying to filter on the Category object and not the Category.CategoryName string value.

How can I setup a kendoGridFilterMenuTemplate template so that it will just filter on the string value that ends up in the column?  Do I have to have a custom filter?

Thanks,

Tim

Tim
Top achievements
Rank 1
 answered on 26 Feb 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?