Ahojte,
potrebujem, aby sa stranka po postbacku vratila na povodnu poziciu. Normlane by to malo ist cez atribut "MaintainScrollPositionOnPostback="true", ale nefunguje to. Zrejme preto, ze v podstate cely web je v Update panely. Grid a tlacidla su potom v komponentoch ajax:TabPanel.
na nete som nasiel nieco taketo:
var y;
// var prm = Sys.WebForms.PageRequestManager.getInstance();
// function BeginRequestHandler(sender, args) {
// if ($get('<%= btnSave.ClientID %>') != null) {
// y = $get('<%= btnSave.ClientID %>').scrollTop;
// }
// }
// function EndRequestHandler(sender, args) {
// if ($get('<%= btnSave.ClientID %>') != null) {
// $get('<%= btnSave.ClientID %>').scrollTop = y;
// }
// }
// prm.add_beginRequest(BeginRequestHandler);
// prm.add_endRequest(EndRequestHandler);
Chcel som tym dosiahnut, aby sa pozicia vzdy vratila podla umiestnenia tlacidla Save, no nerobi to vobec nic. Moze mi s tym niekto pomoct ? Dakujem