sezerug / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ComboBoxItem/PickList with Drop Down Gird can only use DataSource #613

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When creating a ComboBoxItem with a Drop Down Grid, the only way to set the 
data is a DataSource
via setOptionDataSource(), this is somewhat annoying and non-orthanonal as 
GridList can use a Record[]
or a RecordList. In a application with many ComboBoxItems that may change their 
datasets often, ( dependent on scope, or user actions in the form or screen ) 
this is sub-optimal.

Original issue reported on code.google.com by deansjo...@gmail.com on 2 Aug 2011 at 11:08

GoogleCodeExporter commented 9 years ago
Do not post questions or feature requests here.  This issue tracker is for 
confirmed bugs.  Post anything else on the forums (forums.smartclient.com).

Original comment by smartgwt...@gmail.com on 3 Aug 2011 at 3:00