Author Topic: Tree grid cannot get children if not collapse parent  (Read 1855 times)

resolvecomputing

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 40
    • View Profile
Tree grid cannot get children if not collapse parent
« 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




Thank you very much!

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Tree grid cannot get children if not collapse parent
« Reply #1 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.