Rank: Member Groups: Member
 
 
Joined: 8/21/2008 Posts: 24 
	 | 
		   
	     
		    Dear Support,
  On my website, I have a Grid inside of a callbackpanel. Everything is working very well as it should, if I click into a cell of the grid.  But in a special case (depending on a checkbox on this site) I have to execute a "Response.Redirect" in the ItemCommand, which results in an EO.Web Controls Client Side Debug Message.  I believe the reason is, that I cannot use the Response.Redirect in the ItemCommand, if it is used inside the callbackpanel. So my question is: Can I disable the callbackpanel for clientside in javascript?  It will help, if I can change the trigger of the callbackpanel.
  If this is not possible, can I use an other command instead of the Response.Redirect, to avoid the message?
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  Try to use CallbackPanel.Redirect instead. That should take care of it.
  Thanks!
		 
	 | 
	
		Rank: Member Groups: Member
 
 
Joined: 8/21/2008 Posts: 24 
	 | 
		   
	     
		    Perfect! Thank you very much for you quick support!
		 
	 |