Rank: Newbie Groups: Member
Joined: 6/26/2007 Posts: 7
|
If I have CustomItems is multiple CallbackPanels that are grouped together, if I do an AJAX callback that executes them all at once, the CustomItems in the last CallbackPanel are visible after the screen updates even though they shouldn't be. The CustomItems in the other CallbackPanels do not show.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Jarrod,
CustomItem is a very special control that may not work well with AJAX calls. You may want to use pure HTML instead of CustomItem in your case.
Thanks
|