lookup field inlinbe edit problem in skuid

using skuid , whenever i select pick list field, based on that picklist field i need to edit the another section field. can any one help with this. thanks in advance…

raj,

If I understand what you’re tyring to accomplish, you can set up an action on your model of the type “row updated” and have it only listen for changes to your specific picklist field. Have that action fire a javascript snippet to call updateRow() based on the value of your picklist.

Is that what you’re looking for?