[CLOSED] CheckBoxGroup DataIndex for each child checkbox

  1. #1

    [CLOSED] CheckBoxGroup DataIndex for each child checkbox

    hi,

    I'm facing problem in binding the checkboxes that belong to one CheckBoxGroup with dedicated dataIndex for each checkbox.

    I'm fully aware of the comma-separated values that the CheckBoxGroup dataindex provided to me, but the scenario I have that each checkbox represented in the DB as Separate Column and I have no privileges to change the DB Structure to full-fit the coolite CheckBoxGroup functionality.

    Please en-light me if I missing a property that enables me to do what i asked for!

    Thanks,
  2. #2

    RE: [CLOSED] CheckBoxGroup DataIndex for each child checkbox

    Hi,

    Can you provide simple test sample which demonstrates described scenario?
  3. #3

    RE: [CLOSED] CheckBoxGroup DataIndex for each child checkbox

    <ext:CheckboxGroup runat="server" ID="chkgRules" FieldLabel="Rules" ColumnsNumber="1">
                    <Items>
                        <ext:CheckBox runat="server" ID="chkA"
                            FieldLabel="CheckBox 1" DataIndex="DBColumnA" BoxLabel="Enable" />
                        <ext:CheckBox runat="server" ID="chkB"
                            FieldLabel="CheckBox 2" DataIndex="DBColumnB" BoxLabel="Enable" />
                        <ext:CheckBox runat="server" ID="chkC" 
                            FieldLabel="CheckBox 3" DataIndex="DBColumnC" BoxLabel="Enable" />
    
                    </Items>
    </ext:CheckboxGroup>
    The above code doesn't bind the checkboxes from the associated DataIndexes, it's only bind from "CheckboxGroup" DataIndex if the it's provide comma-separated values "in this case 3 values".

    Please guide me if I'm missing something...
  4. #4

    RE: [CLOSED] CheckBoxGroup DataIndex for each child checkbox

    Hi,

    Fixed. Please update from SVN
  5. #5

    RE: [CLOSED] CheckBoxGroup DataIndex for each child checkbox

    thanks dude, I'm wondering how many hours you sleep guys!! almost every hour i see you or geoffrey.mcgill online.

  6. #6

    RE: [CLOSED] CheckBoxGroup DataIndex for each child checkbox

    Problem solved "test it and now work fine".

    thanks,

Similar Threads

  1. [CLOSED] Checkboxgroup not retaining checkbox items
    By Edward in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Apr 21, 2015, 12:23 PM
  2. Checkboxgroup DataIndex
    By osef in forum 1.x Help
    Replies: 1
    Last Post: Apr 11, 2012, 12:28 PM
  3. Replies: 2
    Last Post: Jan 12, 2012, 1:33 PM
  4. Replies: 2
    Last Post: Sep 22, 2011, 10:17 PM
  5. [CLOSED] Add checkbox to checkboxgroup during runtime
    By dnguyen in forum 1.x Legacy Premium Help
    Replies: 46
    Last Post: Jan 12, 2011, 10:15 PM

Posting Permissions