Search

You searched for the word(s): userid:744116

Matching Posts

  • Re: ModalPopup problem with DOCTYPE

    I found the problem and fixed it on my own. Here the complete solution to get the modal popup working without Doctype: Use umer_farooq80 's fix to get Modal popup centered: //Edit getClientBounds in Common.js getClientBounds : function() { /// < summary > /// Gets the width and height of the browser client window (excluding scrollbars) /// </ summary > /// < returns type= "Sys.UI.Bounds" > /// Browser's client width and height /// </ returns > var clientWidth;
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MarkusEm on 6/25/2007
  • Re: ModalPopup problem with DOCTYPE

    Hi, unfortunatly i can't use XHTML, because i also use a component (Intersoft webgrid), that doesn't work with XHTML. This component requires No Doctype or HTML 4.0. If there is a way to get the popup running with Doctype HTML 4.0 there must be a way to get the modal background working, too. I'm grateful for any help.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MarkusEm on 6/23/2007
  • Re: ModalPopup problem with DOCTYPE

    Hi, i had the same problem annd used your code to fix it. Unfortunatly it only fixed the problem in parts. After overwriting the function getClientBounds in Common.js with your code the popup apperars in the middle of the screen (without it apperar top, left), but not modal. The grey background starts after the last control on my website. It doesn't get on top. Is there any other function to update? Any other ideas? Thanks in advance.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MarkusEm on 6/22/2007
  • Problem with Modal Popup and Doctype

    Hi evrybody, i use a modalpopup on a page which only works without doctype, or with html-doctype only. The current modal popup (10618) requires XHTML doctype. In this forum i found a post which partially fixed the problem. After overwriting the function getClientBounds in Common.js with the following code the popup apperars in the middle of the screen (without it apperar top, left), but not modal. The grey background starts after the last control on my website. It doesn't get on top. Now i need
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MarkusEm on 6/22/2007
Page 1 of 1 (4 items)