ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: resolvecomputing on December 07, 2017, 08:24:35 am

Title: Tree grid cannot get children if not collapse parent
Post by: resolvecomputing on December 07, 2017, 08:24:35 am
Dear team

When i use Tree grid of Param query pro. If i don't open children i cannot get children when i check on the checkbox of parent.
Can you help me for get it

(https://prnt.sc/hk521b)
(https://prnt.sc/hk52is)

Thank you very much!
Title: Re: Tree grid cannot get children if not collapse parent
Post by: paramvir on December 07, 2017, 01:12:34 pm
Children of any parent can be obtained as children property of rowData of parent

rowData.children

https://paramquery.com/pro/api#option-treeModel

Please share a jsfiddle if you are facing any issue with that.