Hello,
I am evaluating SmartGWT Pro/EE 2.4
I have a recursive categories table
It feeds itself and some parent records are constants.
These constants are used in custom operationBindings where clause to populate either a Selectitem or a ComboBoxItem, which does not support criteria filtering.
Given the parent category which defines a list of occupation
it has a fixed hardcoded value of cat_id = 4
I have a datasource which I define fetch passsing cat_parent_id = 4
as hardcoded constant to load a ComboBoxItem, it works great!
I am concerned about having to purchase Pro because of default where clause customization.
I can create a view for this if necessary, but can I use this feature on pro too?
Cheers,
EJ
I am evaluating SmartGWT Pro/EE 2.4
I have a recursive categories table
It feeds itself and some parent records are constants.
These constants are used in custom operationBindings where clause to populate either a Selectitem or a ComboBoxItem, which does not support criteria filtering.
Given the parent category which defines a list of occupation
it has a fixed hardcoded value of cat_id = 4
I have a datasource which I define fetch passsing cat_parent_id = 4
as hardcoded constant to load a ComboBoxItem, it works great!
I am concerned about having to purchase Pro because of default where clause customization.
I can create a view for this if necessary, but can I use this feature on pro too?
Cheers,
EJ