The new build breaks the confirmtemplates (custom) and just throws errors now, also all of a sudden i cannot page on a grid past page 2, if i roll back to previous build it works fine. (grid is basic using needdatasource with paging) nothing fancy.
<ConfirmTemplate> |
<div style="height:10px;"></div> |
<div style="float:left; padding-right:20px;"> |
<img src="../im/sw.png" alt="" title="" /> |
</div> |
<div class="windowpopup radconfirm"> |
<div class="DFont"> {1} </div> |
<div style="height:20px;"></div> |
<div> |
<div style="float:left; padding-right:18px;"></div> |
<div style="float:left;width:100px;"> |
<a class="DFont" onclick="$find('{0}').callBack(true);" href="javascript:void(0);" > |
<div class="CButtons DFont" style="cursor:pointer; width:90px; text-align:center;"> |
<div id="okBtn" class="DFont" style="width:90px; text-align:center;">Yes, Delete</div> |
</div> |
</a> |
</div> |
<div style="float:left;width:70px;"> |
<a class="DFont" onclick="$find('{0}').callBack(false);" href="javascript:void(0);"> |
<div class="CButtons DFont" style="cursor:pointer; width:60px; text-align:center;"> |
<div class="DFont" style="width:60px; text-align:center;">Cancel</div> |
</div> |
</a> |
</div> |
<div style="clear:both;"></div> |
</div> |
</div> |
<div style="height:10px;"></div> |
</ConfirmTemplate> |