[CLOSED] expand more "plus" appear column header disappear and after refresh data disappear

  1. #1

    [CLOSED] expand more "plus" appear column header disappear and after refresh data disappear

    Attached Thumbnails Click image for larger version. 

Name:	1.jpg 
Views:	21 
Size:	89.4 KB 
ID:	7115   Click image for larger version. 

Name:	2.jpg 
Views:	22 
Size:	86.0 KB 
ID:	7116   Click image for larger version. 

Name:	3.jpg 
Views:	19 
Size:	89.6 KB 
ID:	7117  
    Last edited by Daniil; Nov 01, 2013 at 5:11 AM. Reason: [CLOSED]
  2. #2
    Hi @tobros,

    The problem is the Columns' IDs.
    ID="Day"
    ID="VouchNo"
    etc.

    The columns of each inner grid renders with those IDs, but they must be unique. If you don't use those IDs, it might be best just to remove them.
  3. #3
    I understand ! But I need those IDs. I want to dynamic display hidden columns using a script . please ask me how to do ???
  4. #4
    Please use a Column's ItemID.

    For example:
    <ext:Column ItemID="Column1" runat="server" Text="Test 1" DataIndex="test1" />
    var column = App.GridPanel1.getView().getHeaderCt().items.get("Column1");
  5. #5
    Attached Thumbnails Click image for larger version. 

Name:	QQ图片20131028154953.jpg 
Views:	12 
Size:	15.3 KB 
ID:	7131  
    Last edited by tobros; Oct 28, 2013 at 8:32 AM.
  6. #6
    Last edited by Daniil; Oct 28, 2013 at 12:24 PM.

Similar Threads

  1. [OPEN] [#333] Negative number, "Comma" is disappear
    By gs_user in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 30, 2013, 5:31 AM
  2. [CLOSED] CommandColumn after store refresh was disappear...
    By gs_user in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: May 24, 2012, 7:37 AM
  3. Replies: 4
    Last Post: May 22, 2012, 10:40 AM
  4. Replies: 1
    Last Post: Oct 21, 2011, 6:15 PM
  5. why did my gridpanel data disappear?
    By andyfoxcs in forum 1.x Help
    Replies: 8
    Last Post: Jan 11, 2010, 8:39 AM

Posting Permissions