Skip to main content
1-Visitor
June 9, 2017
Solved

widget suggestion?

  • June 9, 2017
  • 2 replies
  • 3847 views

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

Best answer by posipova

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.

2 replies

posipova20-TurquoiseAnswer
20-Turquoise
June 9, 2017

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.

1-Visitor
June 9, 2017

Hi ,

Try with Tree Table widget it may help you in multiselect

20-Turquoise
June 9, 2017

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.