SmartClient Version: v10.0p_2015-06-25/Pro Deployment (built 2015-06-25)
I have a list grid with serveral listGridFields that call setOptionDataSource( MYDataSource ) to populate an option menu for that field. Is there a way to have the values in the option list sorted ??
code is like:
ListGridField myField = new ListGridField("name","title",length);
myField.setOptionDataSource(DataSource.getDataSource("myDS");
Thanks
I have a list grid with serveral listGridFields that call setOptionDataSource( MYDataSource ) to populate an option menu for that field. Is there a way to have the values in the option list sorted ??
code is like:
ListGridField myField = new ListGridField("name","title",length);
myField.setOptionDataSource(DataSource.getDataSource("myDS");
Thanks
Comment