How to Bind Skuid Picklist Ui field from snippet

Joyson,

You may not need your Apex class. You can bind a UI Picklist field to a model. Here is a sample built on a Task model with a second model to lookup Contacts whose Mailing State is Maryland. Make sure you change the condition on the ContactLookup model to return some rows from your data.

Thanks,

Bill

row.updated ContactLookup