Hello,
I'd like to disable the RelativeDateRangeItem option from date filter and I have no found option to disable it.
If I go to example available on https://www.smartclient.com/smartcli...ateRangeFilter, in grid "FilterEditor (MiniDateRangeItem"), the input date filter show as Date Range.
If I go to example available on https://www.smartclient.com/smartcli...sDataTypesDate and enable grid Filter with option " showFilterEditor: true", the input date filter show as Calendar.
I saw both examples code and the only diference between them is that the data is defined as "data" second example and defined as "dataSource" on first example.
Is there any flag to set the behavior?
I'd like to disable the RelativeDateRangeItem option from date filter and I have no found option to disable it.
If I go to example available on https://www.smartclient.com/smartcli...ateRangeFilter, in grid "FilterEditor (MiniDateRangeItem"), the input date filter show as Date Range.
If I go to example available on https://www.smartclient.com/smartcli...sDataTypesDate and enable grid Filter with option " showFilterEditor: true", the input date filter show as Calendar.
I saw both examples code and the only diference between them is that the data is defined as "data" second example and defined as "dataSource" on first example.
Is there any flag to set the behavior?
Comment