Hey guys, I hope everyone is having a great day :)
I am having a couple of issues with the Grid that I can't find a workaround by myself and would like to request your help.
The first one regards exporting to PDF. When I call the grid.saveAsPDF function the grid horizontal scroll will overflow, you can check the picture attached in this thread. I imagine that you overflow it to export the grid's content to the PDF, is there any workaround to hide this behavior though?
The second issue happens when I am grouping a grid with a large dataset.
We GET from the backend a huge arraythat we want to group in a non paginated grid, it has 2000 + objects.
The problem is that when I group the data Kendo creates up to 8 thousand angular Watchers and the page becomes unusable. Is there any workaround here? Bind once? Server side grouping with paging?
Thanks in advance for you help.