Sorting display in picklist

Hi Moshe, I think your situation is a little different from Ken’s because he is using a Reference field, where you’re trying to get this to work with a Picklist field.  I think your best bet would be to make a Custom Renderer for your field.  You could use the skuid.model.getModel(‘MyModel’).fieldsMap(‘MyField’).picklistEntries API to get the entries, and then construct your own select box.  But there is no easy way to do this. :frowning: