I have been asked to find pre-packaged Web based UI that can be dumped on top of an SQL Server database and allow a non-technical user to browse it. The user must be able to:
- Browse the table data.
- Filter results on a per column basis.
- Save the filters they have applied.
- Export the data they are viewing to excel.
- Has to be free for commercial use.
- There is no need to write or edit the data.
Is there any such software package available?
So far I have looked at OData Explorer but I cannot find a way to save or export filtered data.
Edit: Ideally it should be Microsoft based .Net/Silverlight etc.