[CLOSED] Error in GridPanelBase.cs after update from SVN

  1. #1

    [CLOSED] Error in GridPanelBase.cs after update from SVN

    I have no clue where to look, but I had a flawless working application before the update:

    "Ext.Net.StoreNotFoundException was unhandled by user code
      Message="Please define a store for the View with ID='ctl68'"
      Source="Ext.Net"
      StackTrace:
           at Ext.Net.GridPanelBase.CheckStore() in C:\Data\EXT.NET SVN\1.0.0\Ext.Net\Ext\Grid\GridPanelBase.cs:line 93
           at Ext.Net.GridPanelBase.OnPreRender(EventArgs e) in C:\Data\EXT.NET SVN\1.0.0\Ext.Net\Ext\Grid\GridPanelBase.cs:line 81
           at System.Web.UI.Control.PreRenderRecursiveInternal()
           at System.Web.UI.Control.PreRenderRecursiveInternal()
           at System.Web.UI.Control.PreRenderRecursiveInternal()
           at System.Web.UI.Control.PreRenderRecursiveInternal()
           at System.Web.UI.Control.PreRenderRecursiveInternal()
           at System.Web.UI.Control.PreRenderRecursiveInternal()
           at System.Web.UI.Control.PreRenderRecursiveInternal()
           at System.Web.UI.Control.PreRenderRecursiveInternal()
           at System.Web.UI.Control.PreRenderRecursiveInternal()
           at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
      InnerException: 
    "
    Any Idea ?

    Martin
    Last edited by geoffrey.mcgill; Sep 02, 2010 at 3:26 PM. Reason: please use [CODE] tags, [CLOSED]
  2. #2
    Hi,

    It is meant that you GridPanel has no store (you did not define StoreID or inner Store)
    Store is required for a grid
  3. #3
    Well...I the grid is still filled with data :) (on screen) and I have a store..
    Also..it worked before the update :(

    Gonna try to debug where it's going wrong

    Martin
  4. #4
    Hi,

    Can you post simplified example which demonstrates the problem?
  5. #5
    If you are dynamically creating these components, and you are attempting to access an instance of the component during a DirectEvent/DirectMethod (or anything "PostBack" related), please ensure you are re-creating the instance of the component during the subsequent request(s).

    Code sample would help us narrow down the issue.

    Hope this helps.
    Geoffrey McGill
    Founder
  6. #6

    Found the issue

    I'm using a main grid with some dynamic created tabs with details.

    In the code I had still the creation of a tablegrid. Before it didn't had a store. No errors.
    After the update It needed a store..

    I was focussing on the main grid and did'n't look into the details of the tablegrid.

    mark as solved.

    Martin
  7. #7
    Hi,

    Yes, you are right. TableGrid doesn't required a store therefore that exception should not be throwed
    Fixed in SVN

Similar Threads

  1. [CLOSED] Error after update from SVN
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: Aug 06, 2010, 4:13 PM
  2. [CLOSED] Error After Update From SVN
    By dev in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 30, 2010, 1:56 PM
  3. [CLOSED] another SVN update error
    By skyone in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jul 23, 2010, 5:07 PM
  4. [CLOSED] error after last update
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 05, 2009, 6:49 AM
  5. [CLOSED] Error after update
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Nov 15, 2008, 4:54 PM

Posting Permissions