Page 1 of 1
Sort Dropdown field
Posted: Thu Jul 02, 2015 11:23 am
by rjiron
Do I have the option to sort a dropdown field when I creating Selection Choises field?
Re: Sort Dropdown field
Posted: Thu Jul 02, 2015 11:35 am
by Glenn
When using the 'Selection Choices' properties for a drop down there is no option to sort values at runtime. The assumption here is that you hard coded them or loaded them into a bound field in your desired order.
If you use the 'Database-Driven Selection' set of properties to load the drop down there is an 'order by' property that you can use to sort the selections.
Glenn
Re: Sort Dropdown field
Posted: Thu Jul 02, 2015 11:50 am
by rjiron
Thank you so much, Glenn