Inserting a custom dropdown list into repeater row

Hi,

I currently have a custom droplist because I am required to style it a specific way. therefore, cannot use the default droplist. This droplist deletes, updates and views the row where the droplist is placed with. However, when my custom list is shown this increases the row size, is there any way for the list to be displayed on top of the below rows? I currently have the droplist as a column in the repeater as rows would be dynamically added and changed. Placing the custom droplist out of the repeater would mean I cannot access the row’s data directly. Any help in how to resolve this is greatly appreciated!

Assuming you’re using dynamic panels or show/hide actions for your custom droplist, check the ‘bring to front’ checkbox when you trigger the ‘open’ state and uncheck the ‘Fit to Content in HTML’ for the repeater. This lets the open menu state float over over rows.

1 Like

Thank you! That works perfectly now!