I want to develop a hierarchy structure
as follows
floor 1-
room 1-
cabin
conference
hallway
floor 2-
room 2-
cabin
conference
hallway
if I use tree widget I can select either cabin or conference of room 1
But I want to allow the user to select both cabin and conference
is their any widget that can full fill this need?
Thanks for any help
Solved! Go to Solution.
I'm not sure if any widget allowes multiple children selection. You may try tree grid (part of the advanced grid). Alternatively, you may look into modifying existing widgets and/or developing your own solution. Attached is documentation on custom extensibility.
I'm not sure if any widget allowes multiple children selection. You may try tree grid (part of the advanced grid). Alternatively, you may look into modifying existing widgets and/or developing your own solution. Attached is documentation on custom extensibility.
Hi ,
Try with Tree Table widget it may help you in multiselect
Tree table widget might work as an immediate solution, however, as there is no current support for the widget itself, I typically do not recommend to use it.