I have a TreeGrid with heterogenous values. Items in the value column could be string, date, SSN, person name, street address, selection, etc. I build a Tree on the client side, and I don't use a DataSource. Some of the leaves in this tree are up to 16 deep, and the tree is several thousands wide. I have no control over the tree structure itself.
I would like to use a FormItem to update the value of a TreeNode, and I would like to place the FormItem/DynamicForm onto the TreeGrid cell that has been selected.
Is there a way to get the Canvas of the selected tree cell so that a DynamicForm can be placed on that Canvas?
Thanks
I would like to use a FormItem to update the value of a TreeNode, and I would like to place the FormItem/DynamicForm onto the TreeGrid cell that has been selected.
Is there a way to get the Canvas of the selected tree cell so that a DynamicForm can be placed on that Canvas?
Thanks
Comment