Hi I have trying to combine both jqxtree and jqxgrid inside a jqxsplitter. I am trying to figure out the itemclick on the jqxtree, and when select one item it should fetch a specific rows on the jqxgrid. So based on what item i click, it should return some rows regarding that item. I also want the jqxtree checkbox selection to work with the grid. So if I selected the checkbox of a parent header in the jqxtree, it should also select all the rows in the grid. It would be good if there a example that anyone can show.
Here is my jsfiddle
http://jsfiddle.net/Q92wz/133/