简体   繁体   中英

Treegridview don't display in jqgrid jquery after reload

I am using Jqgrid Tree View model, i insert a node for tree view and reload but jqgrid display wrong. Please help me

This is before reload:

在此处输入图片说明

This is after reload:

在此处输入图片说明

This is my Source

Please download it and help me. Thank you very much

Try this,

before refreshing jstree first destroy it and again rebuild it by using:

$("#tree-container").jstree("destroy");

// again call the method to create jstree

It will solve your problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM