Finding the Best Solution for Implementing AJAX TreeGrid

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.

+3
source share
3 answers

ExtJS TreeGrid , . , /// , .

Ext - , , .

, , , , , .

+5

You can try this dhtmlx tree . Not sure if it provides a side sort function.

+2
source

All Articles