Group: StrataFrame Users
Posts: 81,
Visits: 270
|
We would like to add the "All" option for a ComboBox while its PopulationType property is set to Business Object. ComboBox displays us a list of the items from the Business Object by setting PopulationDataSourceSettings property. Is it possible to modify this list and add "All" item at the end? We would like to use this ComboBox to query depending on the combobox selection and if "All" is selected the query will not be restricted with this field.
Let me give an example to clarify the subject.
Employee Table: employee(id,type,name)
Lets assume that the type field is connected to a combobox and depending on the selection on the combobox a listview is populated. For example if Type is selected as "Manager", only the employees whose type is "Manager" is shown in the listview. Is it possible to add "All" item to this combobox list so that when "All" is selected all employees are displayed in the listview.
|