Setting ShowHeaderCheckbox TRUE dynamically in client side.

  1. #1

    Setting ShowHeaderCheckbox TRUE dynamically in client side.

    How can i do for set true to attribute "ShowHeaderCheckbox" dynamically in client side?

    <ext:GridPanel ID="Grid1" runat="server" StoreID="Store1" Title="Company List" Collapsible="true"
            Width="600" Height="350">
    <SelectionModel>
        <ext:CheckboxSelectionModel ID="sltModel" runat="server" Mode="Multi" ShowHeaderCheckbox="False"/>
    </SelectionModel>
    </ext:GridPanel>
    thx
  2. #2
    Hi Elyfran,

    Is it a not the same request?
    http://forums.ext.net/showthread.php?22657
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi Elyfran,

    Is it a not the same request?
    http://forums.ext.net/showthread.php?22657
    Hi, Daniil. How are you? ;D

    Yeah, but i dont wanted mix the thread, becouse the thread http://forums.ext.net/showthread.php?22657[/QUOTE] was resolved.
    This is only a personal question. ;D

    I would like to know if this type of the property can be changer dinamically in client side.


    thx again ;D
  4. #4
    Ok. Well, you can change any JavaScript property.

    But this property is actually a config option. So, changing it when a GridPanel is already rendered doesn't produce any effect.
  5. #5
    Quote Originally Posted by Daniil View Post
    Ok. Well, you can change any JavaScript property.

    But this property is actually a config option. So, changing it when a GridPanel is already rendered doesn't produce any effect.

    Daniil,

    I undestood perfectly.

    thank you again.

    ;D

Similar Threads

  1. Replies: 4
    Last Post: Jul 26, 2011, 8:17 AM
  2. [CLOSED] dynamically modifying submenu items on the client side
    By coleg123 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 06, 2011, 6:54 PM
  3. [CLOSED] [1.0] setting famfamfam Icon from client side
    By webclouder in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 19, 2010, 11:03 AM
  4. Replies: 0
    Last Post: Sep 17, 2009, 8:04 AM
  5. Replies: 0
    Last Post: May 28, 2009, 2:33 PM

Posting Permissions