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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
dataEventsproperty 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.