I am attempting to programmatically setup and databind the Rad Grid in a Console application in order to automatically export the grid contents on a scheduled time frame to a user.
I am able to get the DataBind() call to work by creating a Page object and adding the RadControl object to the page, and successfully fill the grid with data, however the GridExporting event will not fire when calling ExportToCSV()
I do have the event setup correctly.
Is this approach possible?
Thanks,
Eric