Integrating Third Party Controls

  1. #1

    Integrating Third Party Controls

    Hi - Is it possible to "fill in" the containers of a coolite panel/window using a third party asp.net control. See mockup image included with post.

    We really love a grid from this third party control and would like to merge it with the panel/window in our coolite development. Does anyone have this experience or can you tell me if its possible. Any examples would be appreciated.

    Thank you.

    Mike
  2. #2

    RE: Integrating Third Party Controls

    Further to my previous post....can we also use the coolite shortcuts, start menu, autorun, minimize with third party controls/components? *In addition to the grid, there's also a thirdparty html editor, Webmail and other utilities we would like to add to the coolite desktop. *Hope this is possible.

    Thanks again.
  3. #3

    RE: Integrating Third Party Controls

    Hi mmiocev,

    You can add any asp.net webcontrol to the <Body> property/region of a Panel type control (Panel, Window, Tab, FieldSet, etc).

    Example

    <ext:Panel ID="Panel1" runat="server" Title="My Panel" Height="185" Width="300">
        <Body>
            <asp:TextBox ID="TextBox1" runat="server" Text="Testing..." />
        </Body>
    </ext:Panel>
    Hope this helps.

    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Render third party control
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 29, 2011, 6:41 PM
  2. [CLOSED] Third party control does not work in EI7 and FF
    By georgek in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Apr 18, 2011, 2:25 PM
  3. Replies: 2
    Last Post: Feb 16, 2011, 9:10 AM
  4. [CLOSED] Integrating password validator with ClientValidation
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 19, 2011, 8:20 AM
  5. Replies: 2
    Last Post: Oct 13, 2008, 4:08 AM

Posting Permissions