I am experiencing a problem with RadGrids after exporting the grid information to Excel. The problem is that after the export has taken place, the GridEditCommandColumn does not behave correctly. I have placed a break in the code-behind for the grid in the OnItemCommand event, and I can see that when clicking the export button I see that the command name is ExportToExcel. The export works correctly and the spreadsheet opens. When I click edit in the GridEditCommandColumn, however, the command name in the OnItemCommand event is stil ExportToExcel.
Is there a step that I am missing?
Is there a step that I am missing?