I am looking for an Ajax / TreeGrid implementation (a tree with multiple columns).
He must:
- support server side sorting
- support on request sheet download - only children of open nodes are loaded
- swap support - nodes should be loaded into chunks, only requested records are requested from the server
- be free to use in a commercial project
I tried Dojo (dojox.grid.LazyTreeGrid) and there seemed to be pagination issues.
source
share