Greetings,
We've encountered a problem when trying to export grid data in Excel format.
The error we get is always:
This is what we get when we enable the ShowExportToExcelButton.
Just for testing purposes, we created a button OUTSIDE the grid and placed this code in the CodeFile:
This works without a problem.
Any clue?
We've encountered a problem when trying to export grid data in Excel format.
The error we get is always:
Error: 'this.ColGroup.Cols' is null or not an object |
Just for testing purposes, we created a button OUTSIDE the grid and placed this code in the CodeFile:
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click |
RadGrid1.MasterTableView.ExportToExcel() |
End Sub |
Any clue?