| 
		
	 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 2/4/2009 Posts: 31 
	 | 
		   
	     
		    Hi!
  Just a couple things on the datepicker.
  1. I have a datepicker inside a dialog. I close the dialog client side and the datepicker stays open. How do I close it client side?
  2. When I use setselecteddate and pass it null, it resets everything back to default except the month. It still shows the month that was peviously selected. How do I completly reset it?
 
  Thanks!
  Brad
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	    
		    Hi, For the first issue, you can call the following code in your dialog's ClientSideOnEnd handler:
 
    
        Code: JavaScript
         
        EO.Web.DOMUtils.hideAllPopups();  
     
 
We are not able to reproduce the second issue. Can you provide a test page that reproduces the problem? Thanks!
		  
	 | 
 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 2/4/2009 Posts: 31 
	 | 
		   
	     
		    First issue fix works great.
  Second issue, I sent a sample to the normal email address.
  Thanks!
  Brad
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Thanks for the sample code. We will look into it and get back to you as soon as possible.
  Thanks!
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  We have posted a new build that should fix this issue. Please see your private message for download location.
  Thanks! 
		 
	 | 
 | 
	
	
	
		Rank: Advanced Member Groups: Member
 
 
Joined: 2/4/2009 Posts: 31 
	 | 
		   
	     
		    Thanks!
  Seems to be working well.
		 
	 | 
 | 
	
	
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Thanks for the update. Glad that it's working for you.
		 
	 | 
 |