Hello,
i have a grid with a row which have only checkbox.
I want to export only data with checkbox checked. Any ideas ?
P.S : i want to know how many records can I export ?
Thanks
Hello,
i have a grid with a row which have only checkbox.
I want to export only data with checkbox checked. Any ideas ?
P.S : i want to know how many records can I export ?
Thanks
You can use filter API, to filter grid before export and show only necessary rows. ( filtered out rows will not be included in the export )
Also, there is no limit on the export size.
Thanks for the answer.
But with a big export size, i have a problem.
When i want to export like >1000 records, it takes much time and i have a pop-up which asks me if i want to stop the script.
Is it normal ?
Probably you have a lot of columns as well. Let’s say, exporting 1000 rows in grid with 5 columns must take a second on a client side and maybe few seconds on server side.