Question
1
Replies
427
Views
EPAM
Posted: January 1, 2018
Last activity: January 15, 2018
Click Event does not trigger the action set on Repeating Grid layout
I have a requirement to perform a Building of List. The Click even on Repeating grid rows does not trigger the actions set to be performed. I am trying to select a specific row from available list and On Click calling a DT to map that row to selected list to be displayed on right hand side. However upon clicking the row no event gets triggered. I am following the design model mentioned in UI gallery under "Build a list" link. The design is similar to mentioned here.
Hi,
I could see one configuration to be verified is, Row editing on the Operations tab of the Grid Repeating Layout to be of mode "Inline" and "Click row to edit". By default Row editing will be "None", this configuration will not trigger actions.
Thanks