[CLOSED] MVC GridPanel Stateful not working?

  1. #1

    [CLOSED] MVC GridPanel Stateful not working?

    Hi,
    I'm trying to use a gridpanel in a webform view in mvc. I set the ResourceManager to use cookies
     <ext:ResourceManager ID="ResourceManager1" StateProvider="Cookie" runat="server" />
    And I set the gridpanel as stateful
    <ext:GridPanel ID="GridPanel1" runat="server" Height="200" Flex="3" Resizable="true" Stateful="true"
                    Title="Revos Monitor" Frame="false" ColumnLines="true" StoreID="Store1">
    But if I (manually on the client side using IE 9) hide some columns or change grouping when I refresh the page the layout doesn't remain the last configured.

    Do I miss something?
    Thanks
    mario
    Last edited by Daniil; May 02, 2012 at 4:45 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi,

    Stateful="true"
    is not rendered to client at the moment.

    To force it to be rendered please replace with
    XStateful="true"
    It's a bug, we are investigating a possible fix.

    The thread is related to this one.
    http://forums.ext.net/showthread.php?18365
  3. #3
    Thanks it works
  4. #4

Similar Threads

  1. [CLOSED] Stateful control cookie name
    By mrozik in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 09, 2012, 10:31 AM
  2. [CLOSED] Making a TreePanel stateful
    By jwillmott in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 30, 2010, 11:28 AM
  3. mvc do not support stateful?
    By sipo in forum 1.x Help
    Replies: 0
    Last Post: May 23, 2010, 7:23 AM
  4. [CLOSED] Panel Collapse Stateful
    By Neil_Walters in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 18, 2010, 5:59 AM
  5. Stateful accordion
    By Rod in forum 1.x Help
    Replies: 3
    Last Post: Nov 24, 2008, 10:46 AM

Posting Permissions