Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
535
ValueList change effect another ValueList
posted

Hi,

I have a value list that is populated manually. Its shows up find when cell goes into edit mode.

I want the selection of that first ValueList in a cell that is being edited to populate another ValueList in the next cell over.

I'd like to capture the change on the client, make a Ajax call to get the fields for the next value list. I just need to know how to :

A. Capture the event of selecting from a value list.

B. How to get a handle to the next cells value list to populate it with my return values from my Ajax call.

Any pointers on how to do this?

 

Thanks