Rank: Newbie Groups: Member
Joined: 4/23/2009 Posts: 9
|
Hi, I added a tabstrip control and assigned the cutomitemid's to tabs so that I can use the custom controls on the page by dropping them on customitem control. I have put the tabstrip control in the callback panel. When I go back to the server and few validation errors occur ( using the required field validators on the server to enable it) , the textboxes become disabled. only dropdown and datepickers are enabled. I can't understand the reason behind this? can anyone pls help??
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I don't think you can use CustomItem with CallbackPanel. If you wish to update content inside a CustomItem with CallbackPanel, try to move the CustomItem outside of the CallbackPanel, then place a second CallbackPanel control inside the CustomItem and place controls you want to AJAX update inside that second CallbackPanel. You can then set both CallbackPanel's GroupName to the same value to group the two CallbackPanels together. That way updating one will automatically update the other.
Thanks!
|