-
Beta Was this translation helpful? Give feedback.
Answered by
travist
Sep 29, 2022
Replies: 1 comment
-
You would probably need to use the "instance" property to get that. // "instance" points to Child Select, "instance.parent" points to Child data grid, "instance.parent.data" points to the "row" data for the Child data grid.
instance.parent.data |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
travist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would probably need to use the "instance" property to get that.