Version v9.0p_2013-07-20/LGPL Development Only (2013-07-20)
I've a ListGrid with a date field on which I've configured a MiniDateRangeItem as filterEditorType. It works right...
But I would like to add the chooser week pick option (showChooserWeekPicker = true) to the embedded DateItems of the MiniDateRangeItem. Does anybody knows if there is any straight way to pass this property to the embedded DateItems in the ListGridField configuration?
Thanks....
I've a ListGrid with a date field on which I've configured a MiniDateRangeItem as filterEditorType. It works right...
Code:
{name: 'rb03_date',
title: 'Date',
dateFormatter : 'toEuropeanShortDate',
filterEditorType: 'MiniDateRangeItem',
width: '100'},Thanks....