Hi All,

I am using the Plugins MonthPicker on DataField control to select one calendar year and month, but once I selected shows the first day of the month and I need to display the last day of any month and year selected.

<ext:DateColumn Header="Fecha Caduc." DataIndex="fe_caduc" Format="yyyy/MM/dd">
                            <Editor>
                                <ext:DateField ID="DateField1" runat="server" AllowBlank="false" Format="M/Y" Editable="false">
                                    <Plugins>
                                        <ext:MonthPicker ID="MonthPicker1" runat="server"></ext:MonthPicker>
                                    </Plugins>
                                 </ext:DateField>
                            </Editor>
                        </ext:DateColumn>
Click image for larger version. 

Name:	DataFieldExample.jpg 
Views:	31 
Size:	2.7 KB 
ID:	24133

Appreciate your help.