ASP.Net controls and fitlayout

  1. #1

    ASP.Net controls and fitlayout

    Hello

    How can I add an asp.net control, in special case the ReportViewer, to a ext.net container and have it with a fitlayout?

    <ext:Panel runat="server">
      <Content>
        <rsweb:ReportViewer runat="server" />
      </Content>
    </exp:Panel>
  2. #2
    Hello!

    Have you tried to set layout like in this sample: https://examples2.ext.net/#/Layout/Fitlayout/Basic/ ? It can be required to wrap ASP.NET control in ext:Container
  3. #3
    Hello,

    Non-Ext.NET Controls do not participate in the Layout. It would be up to you (or the non-Ext.NET control) to adjust its height/width as per your requirements.
    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 5
    Last Post: Nov 03, 2011, 2:39 AM
  2. AutoLoad and FitLayout
    By Tallmaris in forum 1.x Help
    Replies: 1
    Last Post: Aug 19, 2011, 8:10 AM
  3. [CLOSED] fitlayout
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 27, 2011, 11:34 AM
  4. Fitlayout & FieldSet
    By Kalitte in forum 1.x Help
    Replies: 2
    Last Post: Dec 30, 2008, 5:17 PM
  5. UpdatePanel and FitLayout
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 06, 2008, 7:42 PM

Tags for this Thread

Posting Permissions