Hello,
I have a scatterLine chart that is being updated few times per second (by adding new data to the array). I need to zoom in the chart.
Zooming gets reset every time a chart is updated. Is it possible to change that behavior?
Best Regards,
Grzegorz

Hi,
We are using kendo-chart type= donut in our apllication.
We also use WebPack, It seems that the chart module slow's the application build allot.
I tried importing only ChartModule and not the entire one ( ChartsModule)
Any ideas how to fix the issue?
Thank you
In the grid selection example, https://www.telerik.com/kendo-angular-ui/components/grid/selection/ , if I have existing rows checked, and I select another row, it removes the existing selections. Is there a way to make selecting a row behave the same as checking the checkbox where it appends to current selection? Basically, we want the same behavior as if you are selecting rows with CTRL pressed.


Hi!
I have a grid which contains a columnChooser component and I want to export all columns (both visible and not visible) into an Excel file. The problem is that I cannot figure it out how could I export all columns because as it seems, this visible/not visible column filtering is happening inside this Excel Export component. Is this possible without turning all columns into visible?
Thank you for your time!
I am storing the selected grid item in local storage so the state of the app can be maintained between refreshes.
Upon reloading the SPA, I want to restore the state of the grid, and that includes switching to the page where the first selected item is.
Some issues that make this impossible:
1. I do not know the page of the item, since the number of items in the grid could have changed since last load and therefore I can't use/save the page as a mechanism for showing the first selected item on reload.
2. If I use ViewChild(GridComponent) grid, then grid.data is just a collection of rows for the current page and won't show the prior selected item if the number of items in the grid has changed.
3. If I use my own collection as a mechanism for showing the first selected item (by setting the current page to the index of the selected item in my own collection divided by page size), it will not match the kendo grid's internal collection (because of sorting etc).
What is the correct way to set the grid to the first selected item between browser reloads?

Hi,
In my .ts file I would like to use EditTemplateDirective; so, I put it there and Visual Studio imported it from "@progress/kendo-angular-grid/dist/es2015/editing/edit-template.directive". Although, Typescript compiler was happy with that, Kendo Grid was not working; it seemed Kendo Grid is using a different EditTemplateDirective. I changed the path for import to "@progress/kendo-angular-grid/dist/es/editing/edit-template.directive", and my guess was correct. Kendo Grid was happy with this import. However, Typescript compiler does keeps throwing compiler error for EditTemplateDirective, seems does not recognise that.
I noticed the same story is true for CommandColumnComponent. So, what is the problem there?
Thanks,
Mojaba

Hi,
I am having a large grid and I programmatically select a row of the grid.
But if the row is out of the viewport of the current view I would like to have the grid scroll down/up to the row, so the user can see the selected row automatically.
I've ssen thatthere is a demo for that in the jQuery-Version of the grid. But how do I accomplish tat in the angular grid?
Thanky for your help in advance.
Best regards
Manuel
I'm looking for a working example building a sample of Angular 7 project using a JSDO Service.
I have built a sample Service component and using it in Angular Grid using the HttpClient and then subscribing to the observable in the app component. But I'm needing to communicate with the back end using the JSDO for CRUD operations.
Please help.

Hello everyone,
I can't find a solution for my problem. I want to have a chart valueAxis where I can put in an array of numeric values like in category axis (categories? any[]).
In the attached image you can see what I mean. As info: I'm getting these Y-Axis values from backend and I have to show them. So it is not linear and not a log axis :(
Any ideas?
Greetings
Martin