cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown Event

former_member194147
Participant
0 Kudos
85

Hi Gurus,

I have a requirement in which I have to code 3 dropdowns. When the user selects some value in first dropdown, the related entries are filled in the next dropdown. I am able to code dropdown (not in.htm page) in V_get method and I able to see that dropdown on my view. But I am not able to generate event (server request) when the user selects some value in the dropdown. Kindly let me know how I can generate a server request when a user selects some value in the dropdown.

Also let me know how to catch that event in do_handle_event.

Thanks & Regards,

Dhananjay

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194147
Participant
0 Kudos

Problem solved,

We need to code another getter method for this.