The How To: Persist the State sample demonstrates how to persist columns settings when the grid's columns are configured in code using *ngFor. But how to restore columns settings when columns configuration is done in markup?
We need to define grid columns in markup, because we are using several column templates, e.g. pipes, filter menu, ...
Thanks
I have already submitted a support ticket for the said issue but I am hoping to have some help from the community in case you have a work around for this.
Timepicker component is not usable at all when there is a grid component on the same page. The issue can only be encountered in IE Browsers.
To reproduce the issue, open the stackblitz link below in IE. Try selecting timepicker values.
https://stackblitz.com/edit/angular-65hvyd?file=src%2Fapp%2Fapp.component.ts
Thanks in advance!

I need to display how much % used in my kendo-arcgauge chart. I dont want that to be displayed inside the guage. Can you let me know if we can do with mouse over event like bar chart like this below.
<kendo-chart-tooltip [shared]="true">
<ng-template kendoChartSharedTooltipTemplate>
<div>
50%
</div>
</ng-template>
</kendo-chart-tooltip>

From the Dialogs Overview page of KendoUI with Angular, the dialog package should contain DialogModule and WindowModule.
However, I got an error when trying to import DialogsModule:
ErrorTS2305(TS) Module '"C:/ProjectFiles/.../node_modules/@progress/kendo-angular-dialog/dist/es/main"' has no exported member 'DialogsModule'.Apps
The DialogModule is there but not the WindowModule, which is the component I want to use.
I just got the latest install with my local RxJS version 5.5.6:
npm install --save @progress/kendo-angular-dialog @progress/kendo-angular-buttons @progress/kendo-angular-l10n @angular/animations.
Is there another package I need to install? Thanks.


Hi,
In our ng6 application (reactive forms) we are having issues with the autocomplete control in certain android devices.
The code works on iphones, in desktop Chrome and Firefox- please note that
<kendo-autocomplete class="form-control form-control-sm" placeholder="Default Matrix"
[data]="matrixTypes" [valueField]="'description'" formControlName="matrix"></kendo-autocomplete>
The specific issue is that on android devices with the google keyboard, the list is not displayed when the user types any letter e.g. a, g,t,f,d, etc - it only comes up when the user clicks the space key or the dash key. This is counter intuitive since the users expect to type in letters to get the selections list to appear.
Based on the needs of the UI showing the list open as default by setting [suggest]="true" is not an option.
Is there a way I can leverage the focus event to then force the control to open by invoking toggle. The trick seems to be - in reactive forms - to determine which auto-complete to open. The [data]="matrixTypes" -> matrix types is an array.
Thanks,
Amit

Hi,
I am using kendo-upload an I am looking for the option to view the file after the user uploads it, I want to be able to click on the file name and the file will then be displayed/ downloaded.
Is there any way to get this behaviour?
Thank you!

Are there any built in feature to manage a kendo ui grid column binded to an odata v4 source of type enum flags?
If not are there some samples that include this case?
I'm using kendo ui for angular (v 6).
Thx in advance
