Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
799
Postback on datechanged using TAB
posted

Hi,

I've got a webdatepicker, which I want to trigger the valuechanged after the user

* changes the value + leaves the field

* Uses the calendarcontrol

* Presses enter

Only the last works.

How can I trigger the valuechanged for the other possibilities

<ig:WebMonthCalendar ID="calShared" runat="server" CssClass="CalendarView" />

<ig:WebDatePicker EnableViewState="true" DropDownCalendarID="calShared" ID="wdcAvailableFrom"
                                        CssClass="dateChooser" runat="server" Width="85px"  AutoPostBack-ValueChanged="true"
                                        meta:resourcekey="wdcAvailableFrom" />

Thanks,

Ruben.

( IIS7 | VS.NET 2008 | ASP.Net | VB.Net | Javascript )

PS: Are there tags, to paste code?