Hi Every Body,
I had a webDropDwon with multi selection option...and i had one more DropDown...i need a solution like
If i select multiple values after my selection over i.e once i select multiple values and after dropdown closed for this multiple values i need to load another dropdown..is it possible....?
Thnx & Regards
Naag
Hi Naag,
Sorry for the late response :) Yes this is certainly possible. You will need to handle the DropDownClosed or DropDownClosing client-side event, and inside its handler, call loadItems() on the second dropdown which you want to be filled.
You can refer to details in our online samples about cascading dropdowns:
https://ko.infragistics.com/samples/aspnet/drop-down/cascade => WebDropDown => Cascade.
Hope it helps,
Angel