[CLOSED] Gridpanel with remote store configured display data - 1 items.

  1. #1

    [CLOSED] Gridpanel with remote store configured display data - 1 items.

    Hi,
    Like in title I've a problem with my gridpanel with store configured to load remotely.

    It's looks like this(checked 10 times with same result). I make reload of store on clicking listener event of button.

    1. When there is no data at all it's display 1 empty row which can be clicked (make error apear), Here is extra condition there is extra field Which contains editor NumberField control.
    2. When I have 1 data item returned in this way from handler:
    List<object> rangeData = new List<object>(){new{Id=1,Name="firstName}};
    context.Response.Write(JSON.Serialize(new Paging<object>(rangeData, rangeData.Count)));
    0 row displayed and rendered as well(there no foot print in html that there is something returned)

    3. When 2 data items return from handler then only second one is displaying, for 3 items only second and third item display and so on.

    Do you guys had error like this in past?
    Please provide some information what can cause such behaviour.
    I'll try to make some reproducible sample for that but i'm not sure it will be simpliefied

    Thanks,
    ViDom
    Last edited by Baidaly; Jun 26, 2013 at 12:57 AM. Reason: [CLOSED]
  2. #2
    Hi @ViDom,

    I have no idea. Please provide the Store's configuration for now.
  3. #3
    Probably, it is because of a Summary, isn't it?
    http://forums.ext.net/showthread.php?25428
  4. #4
    Quote Originally Posted by Daniil View Post
    Probably, it is because of a Summary, isn't it?
    http://forums.ext.net/showthread.php?25428

    Yes i've make answer hat was wrong but in another thread;/

Similar Threads

  1. Replies: 1
    Last Post: Aug 29, 2012, 10:34 PM
  2. Replies: 3
    Last Post: Feb 21, 2012, 8:13 AM
  3. [CLOSED] Remote Load of Nodes and configured filters
    By macap in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 03, 2011, 1:55 PM
  4. store.data.items.length and paging problem
    By tanju_yayak in forum 1.x Help
    Replies: 0
    Last Post: Feb 09, 2011, 8:15 AM
  5. [CLOSED] How to Get Updated .data.items.length from Store (v8.2)
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 02, 2010, 8:33 PM

Tags for this Thread

Posting Permissions