Custom values in href parameter

Asked by Karthik
5 years ago.

Hello,

How to pass custom values from Dropdown selected multiple values in href command callback function in mvc. Please help need to pass multiple parameter for search option.

Id from selected dropdown values.

<a href="javascript:dps.commandCallBack('Search', { id: 123});">Search</a>

Answer posted by Dan Letecky [DayPilot]
5 years ago.

You can use document.querySelector().value to get the value of the input field.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.