Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Do not display relative values for "datetime" in the FilterBuilder

$
0
0
I use the FilterBuilder :
Code:

FilterBuilder filterBuilder = new FilterBuilder();
filterBuilder.setDataSource(myDataSource);

The myDataSource has different types of variables, part of them are "number", part are "ntext" and part are "datetime".
As by default the "datetime" variables display SelectItem with the following pre-configured values "Today, Yestarday, Tomorrow,.. N month ago, N month from now" (see attached picture) and calendar picker.
I would like to display the datetime type WITHOUT these pre-configured values. Do I have a way to clean the pre-configured values from the "datetime" field.

I use SmartClient Version v9.0p_2014-04-23/PowerEdition

Attached Images
File Type: jpg Filter1.jpg (22.4 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles