jQuery UI Widgets › Forums › Grid › jqxgrid master and jqxtreegrid slave Help
Tagged: angular grid, angular2 grid, bootstrap grid, javascript grid, jquery grid, jqwidgets grid, jqxgrid, typescript grid
This topic contains 8 replies, has 2 voices, and was last updated by Hristo 7 years, 11 months ago.
-
Author
-
Hi need a small example that shows jqxgrid as master and jqxtreegrid as slave. I already saw this topic, but seems kind of all over the place with its example. http://www.jqwidgets.com/community/topic/jqxtreegrid-jqxgrid-masterslave/
I would appreciate if anyone can make a jsfiddle and just demonstrate using one record.
Thank youHello dan123,
Please, take a look at this demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/rowdetails.htm?light
You could try to create customizations.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comSee here is my jsfiddle. I am able to make the jqxgrid as master and jqxtreegrid as slave. But the expand doesnt show on the jqxtreegrid.
Never mind I figured it out. It works perfectly
See Here is my example if anyone need
http://jsfiddle.net/dr0rdh15/59/Hey I got one small problem, I cant seem to group rows by Firstname. It shows undefined
My jsfiddle
http://jsfiddle.net/dr0rdh15/107/Hello dan123,
It is not recommended to use one and same name for the DataAdapter (although with override).
In your last example, you try to merge two things in one place (and for that reason, you get this state).
Please, take a look at those demos, with a different structure – Columns Hierarchy and Data Grouping.
I would like to ask what you try to achieve?Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comOh thanks I fixed it.
Hey Hristo,
I need one more help and its regarding the jqxtreegrid. Ok whenever i do cellBeginEdit to any row, I want the jqxtreegrid to also do select the checkbox during beginedit and end edit. I cant seem to do it.
MY JSFIDDLE
http://jsfiddle.net/dr0rdh15/158/Hello dan123,
Please, take a look at this demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtreegrid/javascript-tree-grid-cell-editing.htm?lightBest Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.