$(“#treegrid”).jqxTreeGrid(‘beginUpdate’);
$(“#treegrid”).jqxTreeGrid(‘expandAll’);
$(“#treegrid”).jqxTreeGrid(‘endUpdate’);
I have 200 pieces of non paged data, with parent-child relationship.
The treegrid has about 20 columns.
I want the treegrid to expandAll by default, so I use this method, But it took too long.
A single jqxtreegrid takes about seven seconds.
I can’t use paging because of demand.
How can I speed up the treegrid?
I try to use setTimeout to call ExpandAll, but the page will jam for several seconds. Is there any way to make ExpandAll execute asynchronously
My English is not good, but I would like to express my sincere thanks to you