in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Browse by Tags

  • Recenter ASPxPopupControl after SetSize()

    Hi! I'm developing a photo gallery and I have a medium-sized photo thumbnail on a page. ASPxPopupControl is attached to this image, so when a user clicks on it the popup shows up. Now, this popup shows an original photo and has Prev and Next buttons. The buttons invokes ASPxCallback.SendCallback...
    Posted to ASPxperience (Forum) by Alex Batchinski on 11/14/2007
    Filed under: ASPxPopupControl
  • Re: ASPXGridView > Templates > Cell Demo

    Hi Mehul, The issue is not popping the window at a certain position. Its when the page is longer (e.g. a Treeview that extends below the browser window.). When we scroll down, then pop the window at the right location, the page will reset to the top. Now the popWindow is out of sight below the browser...
    Posted to ASPxGridView and Editors Library (Forum) by Denny Upadhyaya on 12/11/2007
    Filed under: aspxpopupcontrol
  • Reference html controls inside a page loaded in a ASPxPopupControl window

    Hi, how do I get the reference for html controls inside a page loaded in a ASPxPopupControl window? I can get the window object as following: var popWindow = oPopupControl.GetWindowByName(sDialogName); I was wondering in something like oPopupControl.GetElementById(sDialogName, sElementName); or oPopupControl...
    Posted to ASPxperience (Forum) by cristian gallas on 12/27/2007
    Filed under: ASPxPopupControl, client-side, IFRAME
  • select from GridView inside a PopupControl

    I am having a problem working with the GridView inside a PopupControl This is what I am trying to do: In my Main-Gridview I am using a combobox as an editor for one of my columns. The combobox has a button and when you click it a PopupControl appears with a GridView to select from This Popup-Gridview...
    Posted to ASPxGridView and Editors Library (Forum) by RAZ on 1/3/2008
    Filed under: ASPxGridView, aspxpopupcontrol, ASPXGRIdView ComboBox Button
  • ASPxCalendar visible date doesn't change when programatically setting the selecteddate

    I have a calendar control inside a popup control. I have forward and back buttons that move the selecteddate by a week. These buttons post to the server. As part of the buttons' handlers, I set the SelectedDate. When I click on the calendar the previously set month is visible, however if I click...
    Posted to ASPxGridView and Editors Library (Forum) by Rolland Zeleznik on 1/21/2008
    Filed under: aspxpopupcontrol, aspxcalendar
  • Loading Panel before Popup

    I am showing a Popup control with pushing a button on a ASPxGridView. My problem is that when you press the button it makes a callback that then leds to the popup showing But this process can take up to 5 sec. How can I show a Loading Panel for this 5 seconds so the users can see that something is happening...
    Posted to ASPxGridView and Editors Library (Forum) by RAZ on 2/9/2008
    Filed under: aspxpopupcontrol, Popup, ASPxGridview ASPxCallbackPanel MultView, Loading Panel
  • Re: Recenter ASPxPopupControl after SetSize()

    Hi, The following ASPX code will help you: [quote] <div id="div1" style="height: 300px;"> </div> <dxpc:ASPxPopupControl ShowOnPageLoad="True" PopupElementID="div1" ID="ASPxPopupControl1" runat="server" ClientInstanceName="dxPopup"...
    Posted to ASPxperience (Forum) by Nicolay on 11/14/2007
    Filed under: ASPxPopupControl
  • ASPxPopup - Values in / Values out

    Being fairly new to JavaScript, I am certain I'm missing something very obvious with the ASPxPopupControl. Could anyone explain to me how, from Javascript, to get values in and out of an ASPxPopupControl? The Devexpress sample that demonstrates the modal login window is great, but it doesn't...
    Posted to ASPxperience (Forum) by Tim G on 2/19/2008
    Filed under: ASPxPopupControl
  • Setting the image URL for a image on popup from client side

    This is being called from my grid. It returns the correct value but breaks at the "SetImage" chunk saying 'imgDia" is undeclared. Any help would be appreciated. Side question, how do i paste the code in to the forum correctly?? I've seen it done! Tom < ClientSideEvents ContextMenu...
    Posted to ASPxperience (Forum) by Ilan Wexler on 3/6/2008
    Filed under: ASPxPopupControl
  • Close Popup from ContentURL

    I'm using a popup control on my page. The contenturl points to a page with some controls and a save button. When the usere enters information and then clicks save, I'm doing a callback to save the data. Is there a way to get the popup control to close after the callback is complete? Thanks.
    Posted to ASPxperience (Forum) by Peter Geiter on 3/18/2008
    Filed under: ASPxPopupControl
Page 1 of 5 (46 items) 1 2 3 4 5 Next >
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED