Hi,
I’m using splitAt to freeze the first two my columns and this is working fine. But when I’m trying to export the grid to excel (by using grid2excel) the first two columns are dissapearing in the excel sheet.
What am I missing?
Hi,
unfortunately export doesn’t support correct processing splitAt feature.
Yea, seems dhtmlxgrid_export.js doesn’t processing frozen columns and and server-side script simply doesn’t receiving the data.
In my project I’ve fixed that by creating a special “download view” which generates the grid without SplitAt parameter.