Search

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

Matching Posts

  • Re: AutoCompleteExtender - Aligning Popup position

    Yes, the event I wrote fixes the position. Only problem is after a key was pressed that it loses position. I'll try to put the event in the textbox.keypress.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by faruz on 7/8/2009
  • Re: AutoCompleteExtender - Aligning Popup position

    OK. That didn't help. I alerted the values of the _CompletionList position and the browser claims that the CompletionList never moved... I attach here my JS segment to move the completionList position. (It also changes the width to be minimum the size of the textbox): function ResizeWidthAndPosition(sender,e) { if (sender._completionListElement.offsetWidth<sender.get_element().offsetWidth) { sender._completionListElement.style.width = sender.get_element().offsetWidth+'px'; var tb
    Posted to ASP.NET AJAX Control Toolkit (Forum) by faruz on 7/8/2009
  • AutoCompleteExtender - Aligning Popup position

    Hi, I'm working with the AutoCompleteExtender and have a problem aligning the results-popup with the textbox. I've written a JS function that executes onClientShown of the extender, and it runs perfectly on first execution. After I press any key (even alt+shift), the popup "jumps" about a 100 pixels to the left, where it stays until I press ESC and then it starts over. Should I put my JS function somewhere else? I'm using $common.SetLocation in my JS.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by faruz on 7/5/2009
    Filed under: Auto complete extender AjaxToolkit
Page 1 of 1 (3 items)