|
TreeGrid.Net V2.1 - Tree Like DataGrid For ASP.Net
What is TreeGrid.Net?
TreeGrid.Net is a custom implementation of DataGrid for ASP.Net with full
features of tree view like navigation of nodes. The node hierarchy is not
limited to one level or two. You can configure it to take it as deep as you
want, ofcourse within reasonable limit so that performance of your page does
not suffer. The grid provides full editing of each and every column with full
support for adding and deleting the nodes at any level. The implementation does
not make round trips to the database for every postback event. Instead it
caches the results on initial access and then work with that set till you are
ready to submit the changes to the database. The control keeps track of all the
changes, additions and deletions so that it only submits the ncessary changes
to the database and avoid excessive network traffic.
Key Features
-
N-level deep tree hierarchy
-
Editing of data in all columns at every level or you can configure the editable
levels
-
Roll up of numeric data from bottom to top node. For example if you have
hierarchical cost data in the grid, the implementation can be configured to
reflect the changes made at lower node to show updated total costs at higher
levels.
-
Images for add/delete/save buttons.
-
Tracking of changes in cached Xml document to prevent unnecessary database
operations.
These are few of the key features that we have listed. Currently we do not
provide a generic server control. We provide our services in providing custom
implementation of this grid for your application. You can contact us at
support@netomatix.com for details.
|