[CLOSED] Dynamic ButtonGroup

  1. #1

    [CLOSED] Dynamic ButtonGroup

    Hi,

    In our MVC application we need to build a Toolbar with some common ButtonGroups and some other which may be added dynamically according to a selection process.

    In a single step, it may be added none, one or several ButtonGroups to the Toolbar. These set of ButtonGroups could be defined in an UserControls, PartialView or any other way.

    What would be the best way to perfrom this?

    Thanks in advance.
    Last edited by Daniil; Jun 07, 2012 at 9:24 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I would use Loader. Please see how to load components using Loader.
    https://examples2.ext.net/#/Loaders/.../Http_Handler/
  3. #3
    Thanks, it work for us!

    We must add Loader control inside the Toolbar and also a hidden Button into Toolbar's items :

    <ext:Button runat="server" Text="Add ButtonGroup" Icon="PluginGo" Hidden="true">
        <Listeners>
            <Click Handler="this.up('toolbar').load();this.disable();" />
        </Listeners>
    </ext:Button>

    Regards.

Similar Threads

  1. [CLOSED] Buttons alignment on ButtonGroup
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 01, 2012, 8:53 AM
  2. [CLOSED] Content vs. Item on ButtonGroup
    By tiramisu in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 28, 2010, 10:13 AM
  3. [CLOSED] [1.0] ButtonGroup tools
    By danielg in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 01, 2010, 12:48 PM
  4. [CLOSED] [1.0] ButtonGroup BottomTitle plugin in IE8
    By danielg in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 19, 2010, 4:29 AM
  5. [CLOSED] ButtonGroup Bug
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 13, 2009, 2:42 AM

Posting Permissions