Rank: Advanced Member Groups: Member
Joined: 5/31/2007 Posts: 58
|
Hi,
I've a page with six datepicker in a callbackpanel and if, for example, i reset fileds i must wait a lot of time.. I've try to use Firefox to test the page and it is a flash..
The issue is a lack of IE or there is a trick to increase redraw speed??
Thanks Paroca
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, If you only wish to reset the DatePicker, I believe you can use our client side JavaScript interface. It will be something like this: eo_GetObject("DatePicker1").setSelectedDate(null); If you are not already familiar with our client side JavaScript interface, you may wish to go over this topic: http://www.essentialobjects.com/ViewDoc.aspx?t=clientapi_howto.htmlThanks!
|