The grid is an awesome product, but it is also frustrating when there are surprises
So I have a page with multiple tables. At any one time, only one table is shown.
The PDF export works only for the first table (the one that is visible by default) and not for other tables Iโm assuming it does some initializing on load? I tested by making all tables visible, then it works for all tables. How to fix this?
Technically, if you have multiple grids on page export must work for any of them.
Export doesnโt check visibility of the grid, but it uses already rendered data for info collection. So be sure
a) on moment of export call , hidden grid really has data
b) you are not using smart-rendering in hidden grids ( while in hidden state, such grids will not render their data, and there may be problems with export because of that )
I stopped loading all 40 odd tables. Instead I switched to AJAX - I now have only one table, and keep refreshing that table when the user picks a new value. This is working beautifully
Thank you for your help.
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan