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

ListgridField with MiniDateRangeItem as filterEditorType and showChooserWeekPicker

$
0
0
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...

Code:

{name: 'rb03_date',
title: 'Date',
dateFormatter : 'toEuropeanShortDate',
filterEditorType: 'MiniDateRangeItem',
width: '100'},

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....

Viewing all articles
Browse latest Browse all 4756

Trending Articles