Composite field with UserControl

  1. #1

    Composite field with UserControl

    Hello!

    I just faced with simple question:
    can I create CompositeField with 2 controls: Radio control and Panel (UserControl is nested into Panel's Content tag)?

    When I tried it, no one item of CompositeField had been shown.:confused:

    Could you provide some example?


    Best regards,
    Paul
  2. #2
    Hi,

    In according to ExtJS docs:
    Composite field allowing a number of form Fields to be rendered on the same row.
    http://dev.sencha.com/deploy/dev/doc...CompositeField

    So, it's a not good idea to place a Panel in CompositeField.

    Here are the examples how to use CompositeField
    https://examples1.ext.net/#/Form/Com...ield/Overview/

    Why CompositeField?

    You could use <ext:Container>to achieve your requirement.
  3. #3

    Help

    Hi,

    after install and make all ext configurations when I add any Ext control on web page (aspx) there is a message appear
    Message:" Please configure in source view" :(
    can any one tell me what can I do to fix this problem.


    thnx
  4. #4
    Hi,

    Design View in Visual Studio is currently not supported. You can edit the components in Html View (markup) or code-behind.

    Hope this helps answer your question.
    Geoffrey McGill
    Founder
  5. #5
    thanx alot geoffrey.mcgill

    done 100%

Similar Threads

  1. RTL for Composite Field
    By ahmadezzeir in forum 1.x Help
    Replies: 3
    Last Post: May 17, 2012, 8:25 PM
  2. how to organize composite field
    By feanor91 in forum 1.x Help
    Replies: 5
    Last Post: Dec 07, 2011, 11:11 AM
  3. Replies: 1
    Last Post: Oct 07, 2011, 8:34 AM
  4. Replies: 2
    Last Post: Sep 22, 2011, 11:46 AM
  5. Replies: 2
    Last Post: Aug 19, 2011, 1:36 PM

Posting Permissions