[CLOSED] Check Column

  1. #1

    [CLOSED] Check Column

    Hi,

    I have used GridPanel with CheckColumn like,

    <ext:CheckColumn ID="CheckColumn1"
                                                runat="server"
                                                Text="Active?" 
                                                DataIndex="IsActive"                         
                                                Width="50"
                                                Editable="true"
                                                StopSelection="false">
                                            </ext:CheckColumn>
    and also used CellEditing plugin
    <ext:CellEditing ID="CellEditing1" runat="server">
                                            <Listeners>
                                                <BeforeEdit Fn="beforeditUserDet" />
                                                <Edit Fn="editUserDet" />
                                                <CancelEdit Fn="cancelEdit" />
                                            </Listeners>
                                        </ext:CellEditing>
    Now problem is while I use keyboard for entry , it skips that checkcolumn for editing while I use tab. How can I enable editing of checkcolumn through keyboard navigation.

    Thanks
    Shailesh
    Last edited by Daniil; Apr 08, 2013 at 10:27 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi Shailesh,

    Please wrap the code in code tags, see #3 here:
    More Information Required
  3. #3
    <ext:CheckColumn ID="CheckColumn1"
    runat="server"
    Text="Active?" 
    DataIndex="IsActive" 
    Width="50"
    Editable="true"
    StopSelection="false">
    </ext:CheckColumn>
    
    <ext:CellEditing ID="CellEditing1" runat="server">
    <Listeners>
    <BeforeEdit Fn="beforeditUserDet" />
    <Edit Fn="editUserDet" />
    <CancelEdit Fn="cancelEdit" />
    </Listeners>
    </ext:CellEditing>
    I am not sure to wrap the code. is it right way to rap the code?

    Thanks
    Shailesh
  4. #4
    Yes, it is correct. But no need to create a new post. The second clause of the #3 I mentioned is:
    Please do not repost the same code block in a new post... just EDIT your original post.
    Please edit the initial post.
  5. #5
    The issues seems not actual anymore. I am marking closed.

Similar Threads

  1. [CLOSED] Editable check column inside a TreePanel
    By RCN in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 04, 2012, 9:07 AM
  2. [CLOSED] Column check disable
    By majunior in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Aug 22, 2011, 12:26 PM
  3. [CLOSED] How to trigger check on a CheckColumn column of a gridpanel
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 18, 2011, 11:53 AM
  4. Replies: 2
    Last Post: Mar 21, 2010, 1:18 PM

Posting Permissions