Skip to main content

I have two picklist fields in vf page. One is controlling field and another one is dependent picklist. Now user don’t want to see dependent picklist on page. When user clicks/focus controlling field value, it should display respective dependent picklist values right side. Is it possible using Skuid?

Hi Suganya, in Skuid you can accomplish this declaratively in the Field Editor Component, using conditional rendering to hide your dependent pick-list unless the controlling pick-list displays the correct value.

You can also accomplish this in the Table Component using Javascript.