I'm using JQgrid, with a select/dropdown in my project, and have implemented it in a fashion similar to this
I need to have an on select even or something that'll allow me to execute some other code, but not sure how to go about it?
I'm using JQgrid, with a select/dropdown in my project, and have implemented it in a fashion similar to this
I need to have an on select even or something that'll allow me to execute some other code, but not sure how to go about it?
You can use dataEvents
property of the editoptions to bind any event like 'change'
event to the select in the editing. In the answer you will find an example of such code.