This question is locked. New answers and comments are not allowed.
Hi,
I have a RadGridView with merge column headers displayed on a screen. There's a button to export the grid to html file and all is working fine if I use the instance of RadGridView currently displayed. I need to clone the current instance of the grid and use this cloned instance to export to html file. When I clone the grid, I created a new instance of the grid programatically and copied all the settings including the ColumnGroups & the ColumnGroupName of each column. The problem is that when I export the cloned grid, the merge column header are not being displayed in the export file. Is there any workaround for this issue?
Thanks,
Sherwin
I have a RadGridView with merge column headers displayed on a screen. There's a button to export the grid to html file and all is working fine if I use the instance of RadGridView currently displayed. I need to clone the current instance of the grid and use this cloned instance to export to html file. When I clone the grid, I created a new instance of the grid programatically and copied all the settings including the ColumnGroups & the ColumnGroupName of each column. The problem is that when I export the cloned grid, the merge column header are not being displayed in the export file. Is there any workaround for this issue?
Thanks,
Sherwin