Hi Isomorphic,
I'm developing a search window for my application that lets the user search though all records.
In the end, the user will want to do something with a found record.
Is it somehow possible to have anything from this sample in the PickList shown for a ComboBoxItem?
I know about ComboBoxItem.setPickListProperties() and the general restriction that this wont allow me to feed a ListGrid with @overrides, making RecordComponents impossible (do you have this doc'd somewhere? I just remember this from a forums post).
But anything like it? A column with a button that reacts on click would be fine. Otherwise I'll only have the change handler of the ComboBoxItem, making only 1 action possible
With buttons + click handlers I'd have different actions for different buttons.
Thank you & Best regards
Blama
I'm developing a search window for my application that lets the user search though all records.
In the end, the user will want to do something with a found record.
Is it somehow possible to have anything from this sample in the PickList shown for a ComboBoxItem?
I know about ComboBoxItem.setPickListProperties() and the general restriction that this wont allow me to feed a ListGrid with @overrides, making RecordComponents impossible (do you have this doc'd somewhere? I just remember this from a forums post).
But anything like it? A column with a button that reacts on click would be fine. Otherwise I'll only have the change handler of the ComboBoxItem, making only 1 action possible
With buttons + click handlers I'd have different actions for different buttons.
Thank you & Best regards
Blama
Comment