I am using DEWD (Data Editing With DEWD) package to edit data in sql server. Now, i want to use multiple dropdownlists in edit mode, where the the selected value of first dropdown should be the input for the second dropdown.Can anyone please tell me how to get the value in selected change and bind the second dropdown.
Sorry about the late reply, have been on vacation.
DEWD doesn't support cascading dropdowns natively at present, so the way to do this would require writing your own umbraco data type, that does the client-side/ajax stuff for updating the secondary dropdown.
multiple dropdownlist in DEWD
Hi,
I am using DEWD (Data Editing With DEWD) package to edit data in sql server. Now, i want to use multiple dropdownlists in edit mode, where the the selected value of first dropdown should be the input for the second dropdown.Can anyone please tell me how to get the value in selected change and bind the second dropdown.
Thanks
Pritish
Hi Pritish,
Sorry about the late reply, have been on vacation.
DEWD doesn't support cascading dropdowns natively at present, so the way to do this would require writing your own umbraco data type, that does the client-side/ajax stuff for updating the secondary dropdown.
- Sune
is working on a reply...