You need to sign in to do that
Don't have an account?

How will we implement the controlling and dependent pick list functionality using VF?
How will we implement the controlling and dependent pick list functionality using VF?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
If you get the answer, please mark it as the correct answer. It will be a help to others who are facing the same problem later.
If you're looking to implement something more custom, that doesn't involve dependent fields, then take a look at this blog post on developer.salesforce.com: https://developer.salesforce.com/blogs/developer-relations/2011/01/fun-in-visualforce-with-dependent-select-lists.html. You could simplify Pat's example there to be more dynamic in nature (instead of hard coding the select options in the controller for instance), but it should get you on the right track.