Dear all,
I have two cells with DropDownList validation. Both have currently it's values filled during page processing in the server.
I'm looking to implement a functionality to dinamically change the 2nd cell values when the user selects one value from the 1st cell, probably using some AJAX to retrieve values from server.
I cant track the 1st cell change with client side events, but then I don't know how to change the 2nd cell value list, the setCellValue works only for simple text values I suppose.
Is there a way to change the values list of a cell with DropDownList validation through Javascript?
Regards,
Nelson Ruivo