I wish to add a button in my jqgrid edit form next to one of the input fields. When I click the button I want to put a certain value in the input field. I can handle the code of inserting the text that I want in the field. The part I don't know is how to make the custom button appear there next to the text field. See my sketch, for the button. Then i just need the ability to have this:
$('#my_new_button').click(...
Does anyone know how I can get this custom button in the edit form?
Thanks!