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
Could you use webcombo for your requirement?
I think it is simple to achieve this using webcombo.
You could check following samples
(1) Auto fill second webcombo using IG’s built in functionality (using selectWhere)
http://samples.infragistics.com/2008.2/webfeaturebrowser/contents.aspx?showCode=True&t=WebGrid/AdjustableCombo/AdjustableCombo.aspx~srcview.aspx?path=../webfeaturebrowservb/WebGrid/AdjustableCombo/AdjustableCombo.src~srcview.aspx?path=WebGrid/AdjustableCombo/AdjustableCombo.src
(2) Programitally fill second webcombo using client side script
http://samples.infragistics.com/2008.2/webfeaturebrowser/contents.aspx?showCode=True&t=WebGrid/AjaxImplementation/TypeAheadCombo.aspx~srcview.aspx?path=../webfeaturebrowservb/WebGrid/AjaxImplementation/TypeAheadCombo.src~srcview.aspx?path=WebGrid/AjaxImplementation/TypeAheadCombo.src
Let me know if this works for you.