| Description | Path |
| TreeGrid core files | Grid/ |
| Documentation | Doc/ |
| Tutorials | Tutorials/ |
| Local HTML and JavaScript API examples | Examples/Html/ |
| ASP examples for ASP 3.0 | Examples/Asp/ |
| ASP.NET C# examples for .NET Framework 1.1+ | Examples/AspNetCS/ |
| ASP.NET Visual Basic examples for .NET Framework 1.1+ | Examples/AspNetVB/ |
| JSP Java examples for JSP 1.0+ and JSP framework | Examples/Jsp/ |
| PHP examples for PHP 4.x and 5.x | Examples/Php/ |
| TreeGrid server support library for Windows and Linux | Server/ |
| To test examples properly you need to preserve the default directory structure. | |
| To run server side examples (ASP, ASP.NET, PHP, JSP) you must not run them locally, but you have to run them from your local or remote web server. |
|
Alias /treegrid /opt/TreeGrid/
<Directory /opt/TreeGrid>
Allow from all
</Directory>
! After any change in httpd.conf file you must restart Apache by calling "httpd -k restart"