Hello Team,
While getting exportData in html form from grid if we are having some columns as copy 'false'. those column are not coming in exportData(which is fine for me). But for that we get extra colspan in header column html. due to that child column is shifting.
Suppose we have eight columns in which two columns are copy false. although those two columns are not rendered but in colspan we are getting eight rather than six.
We have done some fixes for that we r setting those columns as hidden TRUE also on beforeExport and hidden FALSE exportData event.
and we r refreshing colModel.
Now its working fine.
Thanks