function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dev401hasdev401has 

Dependent picklist not working in Visualforce page

Hi

 

I have prepared two dependent picklist

Picklist A (1, 2) controls Picklist B (3, 4, 5)

Picklist B controls Picklist C (6, 7, 8, 9)

 

Its working fine on normal page layout and Visualforce page if i display picklist A.

but i dont want Picklist A to be displayed on page. I am calculating its value at back end in Apex and updating it.

but then picklist B and C are not working as expected.

 

I dont want to display picklist A and want Picklist B and C to function properly as expected!

 

Any solutions?