[CLOSED] Saving grid panel settings in cookies.

  1. #1

    [CLOSED] Saving grid panel settings in cookies.

    Is there a feature to save in cookies the size of columns and their position and sorting for GridPanel?

    Otherwise how could I implement it?


    Thanks!
  2. #2

    RE: [CLOSED] Saving grid panel settings in cookies.

    Hi,

    1. You can use Cookie state provider. Set StateProvider="Cookie" for ResourceManager and Stateful="true" for GridPanel

    2. You can save required settings manually like in the following topic
    http://forums.ext.net/showthread.php?threadid=16250-16-1.aspx

    Please see the following function to work with cookies (also theri is server side wrappers - Ext.Net.Cookies)
    http://www.extjs.com/deploy/dev/docs...t.util.Cookies
  3. #3

    RE: [CLOSED] Saving grid panel settings in cookies.

    Very cool coolite! :-)

    Thanks you very much!




Similar Threads

  1. How to Set Cookies?
    By gdboy2002 in forum 1.x Help
    Replies: 5
    Last Post: Nov 30, 2011, 4:43 PM
  2. [CLOSED] Save Grid settings
    By Raynald_Fontaine in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 19, 2010, 5:44 PM
  3. Replies: 1
    Last Post: Jul 01, 2010, 1:52 PM
  4. [CLOSED] Grid settings
    By Raynald_Fontaine in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 14, 2010, 9:58 AM
  5. Grid becomes empty after saving
    By alco in forum 1.x Help
    Replies: 2
    Last Post: Feb 13, 2009, 1:27 PM

Posting Permissions