[CLOSED] TreePanel columns width

  1. #1

    [CLOSED] TreePanel columns width

    Hi Team,

    I have a requirement of using a TreePanel, where user can re-size column width and also they can click on column sorting option, my requirement is that i need to save these details, so that if user re-logins he/she gets the same structure (changed width or sorting order).

    please guide.

    thanks and regards,
    Prasoon
    Last edited by Daniil; Dec 11, 2015 at 11:46 AM. Reason: [CLOSED]
  2. #2
    Hi @Prasoon,

    Please try:
    <ext:ResourceManager runat="server" StateProvider="Cookie" />
    and
    Stateful="true"
    setting for the TreeGrid.

    If it doesn't work or you need to save state to a database, then please listen to a TreePanel's ColumnResize and SortChange events and send required data to server via a DirectMethod or a DirectEvent and save to a database. Then you could use this data configuring components for initial load.
  3. #3
    Thanks Daniil, i will check this and get back.

    Please mark it as CLOSED.

    thanks and regards,
    Prasoon
  4. #4
    Please ignore this.
    Last edited by Prasoon; Dec 11, 2015 at 4:08 AM.

Similar Threads

  1. Replies: 1
    Last Post: Jul 03, 2014, 8:32 AM
  2. [CLOSED] Grid Columns width
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Feb 11, 2012, 10:37 AM
  3. [CLOSED] PropertyGrid - set width of columns?
    By wagger in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 12, 2011, 5:37 PM
  4. [1.0] RowEditor and columns width problem
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 07, 2010, 1:56 AM
  5. [CLOSED] GridPanel columns width
    By methode in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 03, 2009, 10:04 AM

Tags for this Thread

Posting Permissions