This example demonstrates using TreeGrid server side DLL/SO library
for server side paging, calculations, grouping, sorting, filtering, Excel export and updates.
It uses generic ASP.NET OleDbDataReader and OleDbCommand classes for SQL database access.
Layout is in DBDef.xml, data in MS Access database, in file Database.mdb, in table TableData.
Server side script serving data is in DBSqlCommand.aspx.
This example loads all data from database and fills them to TreeGrid DLL and uses it for generating data, pages and export for client.
Uploaded changes are sent to both database and TreeGrid DLL.
In table there are fictive developers allocated for specified projects in given week and for given time.
The example demonstrates especially SQL database access with using TreeGrid DLL and it does not contain any specific settings or features.
You can edit cells, sort, group or filter table, export data, add or delete data rows.