I couldn't find this anywhere, but is it possible to import an Excel file into a RadGrid? What I intended was allowing users to import an Excel file from the web, that would populate a RadGrid, then they can make changes they want in EditMode, then they can click on a button to save- which in the code-behind I would take the datasource and insert them into an SQL table. Has anyone encountered something like this?