[CLOSED] How to receive the information on actual sequence of columns?

  1. #1

    [CLOSED] How to receive the information on actual sequence of columns?

    How to receive the information on actual sequence of columns?
    I drag-and-drop a column from one place to another and I push the button:
    protected void btnSaveColumnOrders_Click(object sender, DirectEventArgs e)
    {
                    foreach (ColumnBase col in this.GridPanelMain.ColumnModel.Columns)
                    {
                        ??? // Here I receive the information on primary sequence, Which was at initialization
                    }
    }
    Last edited by Daniil; Sep 22, 2011 at 2:43 PM. Reason: [CLOSED]
  2. #2
    Hi,

    There is no such info on a server.

    You need to manually send it as an extra parameter.

    An actual order of columns you can get this way:
    GridPanel1.getColumnModel().config
    See also
    http://dev.sencha.com/deploy/ext-3.4...&member=config
  3. #3
    Thanks. Searched for answers at a forum. In a ExtJS Doc didn't think that I will find.

Similar Threads

  1. [CLOSED] Tab Sequence Problem
    By sailendra in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 02, 2012, 2:02 PM
  2. Replies: 2
    Last Post: May 29, 2012, 3:28 PM
  3. Replies: 6
    Last Post: Apr 02, 2012, 6:37 PM
  4. Replies: 5
    Last Post: Jan 06, 2010, 10:35 AM
  5. Sequence Key Tab
    By Maia in forum 1.x Help
    Replies: 5
    Last Post: Mar 23, 2009, 9:10 PM

Tags for this Thread

Posting Permissions