Hello All,
I have used the UltraWebGridExcelExporter object to export the data to excel. In the _BeginExport event I have written the code to freeze the cells
e.CurrentWorksheet.DisplayOptions.FrozenPaneSettings.FrozenRows = 2 e.CurrentWorksheet.DisplayOptions.FrozenPaneSettings.FrozenColumns = 4 e.CurrentWorksheet.DisplayOptions.PanesAreFrozen = True
But the problem with this is that the excel panes are frozen and will not respond to the mouse scroll. We will have to explicitly use the excel worksheet scroll to scroll through the cells.
I am using Infragistics 7.3
Thanks in advance for the help.
Regards,
Sujeeth