|
Rank: Advanced Member Groups: Member
Joined: 11/12/2008 Posts: 42
|
Hey there..
I have a callback panel that is reloaded conditionally, after a grid is sucessfuly bound to a WebService.
Everything (except HEAD tag) is inside the panel...
When it reloads, nothing is shown... Then I've placed the GMaps outside the panel, it works out fine, but all the content inside the panel still not shown...
The content of this panel is a Gmap inside a div, 2 link buttons inside another div and a EO.Grid inside a third div.
when the page is loaded, a JS function is fired. I've disabled this already, but nothing changed.
Can I place the HEAD tag on the Callback panel??
tks, christiano.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can not place head tag inside a CallbackPanel. However except for pure HTML elements, there is no guarantee that you can put everything inside the CallbackPanel either. It is normal that some controls/objects do not work inside the CallbackPanel because they have to work with the AJAX updater to manage their life cycle. You can try MS's UpdatePanel and see if it works. Many controls are aware of UpdatePanel so they know how to work with UpdatePanel.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 11/12/2008 Posts: 42
|
ok... the head tag was just a doubt...
i've place only a couple of div's and an EO.Grid object...
Even without the JS, the grid won't reload... it's just like it keeps waiting for data and never opens it..
tks, christiano.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Can you provide a test page? Make sure the test page runs and only contains code needed to reproduce the problem. There is nowhere for us to start when you just say "Grid won't load" because the it works fine in our sample pages.
Thanks!
|
|