Question
2
Replies
4961
Views
HCL Technologies Ltd
Posted: July 10, 2017
Last activity: July 10, 2017
Closed
Procedure to create Multiple Checkboxes selection dropdown using Repeating Grid Layout
Hi,
can you please tell me the step by step procedure to create multiple check boxes selection dropdown usuing repeating grid layout? its an urgent requirement please help on this...
Thanks & Regards,
Venkat.
***Updated by moderator: Lochan to create new post from this reply***
Original Post: Deselection of radio button on a repeating grid using a button control.
HI,
If I understand your requirement correctly, your use case is similar to:
Click on "something", a "screen" is popped up. Inside it, there are multiple check boxes for user to select.
If this is correct, the implementation can be the following:
"something" for user to do initial click can be either a link or button. The popped up "screen" can be an overlay which contains multiple check boxes in a repeating grid.
In the link (or button) configuration, you select 'Overlay' as the Target, the local action supplied to the link configuration will invoke a section which contains a repeating grid, each row has one checkbox or multiple check boxes.
Please check OOTB Overlay, Grid and Checkbox examples in UI Gallery (Designer Studio -> User Interface -> UI Gallery) for detailed information.
Thanks,
Susan