I've tried switching to using DateBox and the popup DatePicker has 6
rows for May 2011 rather than the 5 that the stand alone picker shows.
FWIW, Here is the UiBinder code that declares the date picker as part
of an Editor<> context.
                                <g:HTMLPanel>
                                        <div>
                                                <span 
class="{style.formPrompt}">Start Date:</span>
                                                <g2:DatePicker 
styleName="{style.formPromptDatePicker}"
ui:field="startDate"/>
                                        </div>
                                </g:HTMLPanel>


On May 18, 10:00 am, Stevko <[email protected]> wrote:
> DatePickerdoes not allow picking of the last dates in months which
> span 6 calendar weeks.
>
> Using the default locale in which the week starts on Monday.
>
> This month's date picker (May2011) does not show the last two days of
> the month -May30th and 31st.
> «
>         2011May
> »
> M       T       W       T       F       S       S
> 25      26      27      28      29      30      1
> 2       3       4       5       6       7       8
> 9       10      11      12      13      14      15
> 16      17      18      19      20      21      22
> 23      24      25      26      27      28      29
>
> The next month's date picker (June 2011) does show the last two days
> ofMay(as grey) but selecting them only repositions the picker toMay.
> «
>         2011 Jun
> »
> M       T       W       T       F       S       S
> 30      31      1       2       3       4       5
> 6       7       8       9       10      11      12
> 13      14      15      16      17      18      19
> 20      21      22      23      24      25      26
> 27      28      29      30      1       2       3
>
> As a workaround - Is there a way to disable the repositioning of the
> month when picking grey'd dates but instead just select the date?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to