andrea
Posts: 18
|
| Posted: 01/12/2010, 8:35 AM |
|
Hi all,
I have a master/details page (only for editing - no insert) with two tabs:
- Master, with a grid
- Details, with an editable grid.
Following the suggestions from other posts, I placed:
- a TabbedView on the page,
- two TabbedTabs inside the TabbedView,
- an UpdatePanel inside the second TabbedTab,
- the master grid inside the first tab,
- the editable grid inside the update panel.
Every time I submit the details form, the update panel doesn't refresh, changes are recorded and the page shows the first tab, while I'd expect to remain on the details tab.
Am I doing something wrong?
Thanks in advance for help
Andrea
|
 |
 |
andrea
Posts: 18
|
| Posted: 01/15/2010, 9:47 AM |
|
I found the problem: when I add the update panel the "Include User Scripts" section is not filled properly by CCS with the right src files; it also turns from grey to white as if it was edited by hand.
From Firebug I found that the $ function and AjaxPanel where not defined, then I added
<script language="JavaScript" type="text/javascript" src="js/pt/prototype.js"></script>
<script language="JavaScript" type="text/javascript" src="js/pt/ajaxpanel.js"></script>
and now it works like a charm.
NOTES:
1) I'm running 4.3.00.53; I see there is a 4.3.00.54 (downloading while writing) that may contain a correction
2) the project makes use of the internationalized features (may this be the reason?)
3) the test I made was on a new fresh page
I'll update the post if 4.3.0054 behaves correctly
|
 |
 |
andrea
Posts: 18
|
| Posted: 01/16/2010, 8:22 AM |
|
Yes, 4.3.00.54 behaves properly even if the "Include User Scripts" section of the HTML page turns to white while it should be grey in my opinion.
|
 |
 |
Waspman
Posts: 948
|
| Posted: 03/27/2010, 9:09 AM |
|
Doesn't work with version 4.3.00.76.
I wonder when they' get this working properly?
_________________
http://www.waspmedia.co.uk |
 |
 |
Waspman
Posts: 948
|
| Posted: 03/27/2010, 12:45 PM |
|
In fact looks like update panels in tabs are a bit flaky too...C'mom YES we're sticking by you but it's taking too long to sort these problems!
_________________
http://www.waspmedia.co.uk |
 |
 |
|