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
JJJenkinsJJJenkins 

Inline Editing Dependent Picklists

I have a visualforce page that contains dependent picklists but I want to have inline editing enabled.  When I do this I get a VF error that says inline editing isn't available for dependent picklists.

 

Does anyone know a workaround?

sebcossebcos

Hi,

it might not help much but you can use the detail tag with the inlineEdit attribute set to true.

In that case, inline editing for dependent picklists works.

From the release notes: http://www.salesforce.com/us/developer/docs/pages/Content/pages_intro_whats_new.htm , it looks like dependent picklists are not supported: " Inline editing is not supported for rich text areas (RTAs) or dependent picklists when using <apex:outputField>" .