Export selected rows of kendo grid to pdf is not working If there is a way of getting this done any answer would be appreciated,
1. I want to export only the selected rows and not the entire data
2. I am attaching a screenshot
thank you
The grid renders the first page plus a few more so you can scroll right a little bit and stops there.
There is no error message, all columns have width.
Are there other settings that are incompatible with this feature?
I've been trying variations with no success.
I also tried bringing the example into my component, it also stopped working.
So I went through my dependencies and didn't find any discrepancies. Anything I did find I upgraded.
This is a hybrid Angular/Angularjs application, though this particular route is all Angular.
We have also been using onpush, but turning this off didn't seem to make a difference for the example grid.
Angular version 8.2.14
Our users noticed that the message date is shown to the side when you click on the message. They want this date to show all of the time.
I didn't see in docs, but is there a way to do that?
Hello team,
I'm using kendo grid in my angular project and it has a column with image field. I m using an API to bind the data to grid. But when i'm binding with and with out the image there is a lot of performance issue. It is taking more time when loading with the image. With out image it comes up in seconds.
So can you please help me in getting the data quickly with image too? Is there any code that you can provide to me on this for reducing the image size or getting the data into grid?
Thanks in Advance.
Thanks & Regards
Vimala
Is there a way for me to detect when a grouped category is collapsed or expanded?
Please see this example: https://stackblitz.com/edit/angular-u7ccbo
When I try to collapse or expand a category, there's a slight pause that causes the web application to hang. Instead of that happening, I would like to place a loading overlay so that the user is disabled from doing anything until the category has collapsed or expanded.
Thanks.
Can the conversationalUI component be separated into 2: an input/send component, and a conversation output component.
We have a requirement to have chat window next to a livestream with the input bar stretching below both.
If that is not possible, is it possible to have 2 conversationalUI on screen and hide the input bar on one, and hide the output stream on the other
How would I go about waiting for an Observable to resolve within (upload)="uploadEventHandler($event)"?
The handler exits and the file is posted to my API before my Observable dialog result has a chance to resolve.
I have two goals.
1) Change the button text from "Select File..." to whatever I want; in this case "Upload"
2) Display it as a normal size form control instead of the very large size that it defaults to.
Thanks,
Matt