Closing child window on click of button.

Page 2 of 2 FirstFirst 12
  1. #11
    Quote Originally Posted by rashidsiddique View Post
    Since you are saying, it is not possible
    I have not said that it is impossible. I just asked you are restricted to use Mode="Frame" or not. As far as I can understand you are not.

    Quote Originally Posted by rashidsiddique View Post
    , so i thought not to create separate page(child page)
    A good decision!

    Quote Originally Posted by rashidsiddique View Post
    instead create a panel
    Why a Panel? You can still use a Window.


    Quote Originally Posted by rashidsiddique View Post
    how we can achieve the functionality of modal pop up (like ajax control toolkit) with a code sample.
    You can set Modal="true" for a Window.
  2. #12
    Thanks for the reply Daniil.

    Quote Originally Posted by Daniil View Post
    You can set Modal="true" for a Window.
    I have set Modal = "true" for my window control, but i am not getting where to declare the controls on the page which needs to be displayed and how to show that controls in the window control.

    Thanks in advance
  3. #13
    Please put a GridPanel into a Window's Items.
  4. #14
    I have attached an image of my form, i want to display the page like that. I am displaying gridpanel on the page directly. I have to show textboxes and button on the Popup.

    Please refer to the attachment image.
    Attached Thumbnails Click image for larger version. 

Name:	Capture2_With_Popup.PNG 
Views:	24 
Size:	10.5 KB 
ID:	12711  
  5. #15
    Well, just put into the Window everything that you need to be there.
  6. #16
    I tried it Danill, but it is asking only for the ext.net controls inside Items tag.
    It is giving me this error

    Ext.Net.ItemsCollection`1[[Ext.Net.AbstractComponent, Ext.Net, Version=2.5.0.30649, Culture=neutral, PublicKeyToken=2e12ce3d0176cd87]] must have items of type 'Ext.Net.AbstractComponent'. 'table' is of type 'System.Web.UI.HtmlControls.HtmlTable'.

    When i am typing in visual studio 2010, intellisense is also showing only ext.net controls.
  7. #17
    You can place non-Ext.NET controls into a Window's Content.
  8. #18
    Thank a ton for your reply's. Now i am able to achieve what i wanted.
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 2
    Last Post: Apr 04, 2014, 9:25 PM
  2. [CLOSED] Reload Parent TabPanel after closing child window
    By redi in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 04, 2014, 2:07 PM
  3. Closing Window from child page
    By stebag in forum 2.x Help
    Replies: 5
    Last Post: Dec 12, 2013, 4:12 PM
  4. Replies: 7
    Last Post: Feb 09, 2012, 11:17 AM
  5. Replies: 2
    Last Post: Mar 03, 2011, 1:44 PM

Tags for this Thread

Posting Permissions