Hi everyone,
we are using smartGWT 2.4 (latest stable version)
We would need exactly the component RelativeDateItem but not with all those options in the combobox' picker list like "N days ago" and so on.
Our client finds it too complicated. We only need "Today" "Tomorrow" and "Yesterday"
So my question is: is it possible AT ALL to configure the picker list values?
I tried to overwrite the option data source, but my code is ignored.
I tried to limit the picker list to the first 3 values (which are the ones I need) but I can't find a proper method for that in this component (like maxRecords or maxCols in a ListGrid)
Thank you in advance for any help and have a nice day.
Laura
we are using smartGWT 2.4 (latest stable version)
We would need exactly the component RelativeDateItem but not with all those options in the combobox' picker list like "N days ago" and so on.
Our client finds it too complicated. We only need "Today" "Tomorrow" and "Yesterday"
So my question is: is it possible AT ALL to configure the picker list values?
I tried to overwrite the option data source, but my code is ignored.
I tried to limit the picker list to the first 3 values (which are the ones I need) but I can't find a proper method for that in this component (like maxRecords or maxCols in a ListGrid)
Thank you in advance for any help and have a nice day.
Laura
Comment