Subject says it all, I want to call a method that will write a log entry any time a user exports a RadGrid to Excel. I am currently using the
GridExporting event in the code behind of each ASPX page and it works fine. What I am looking to do is set up something more global, such that if any grid is ever exported, add the log entry. It may be more of a general .net overloading/inheritance question but figured I would start here.