[CLOSED] gridPanel.Reload error

  1. #1

    [CLOSED] gridPanel.Reload error

    Hi

    I has a button called btnFiltrar in my aspx page... when button click event, the procedure btnFiltrar_Click is called (with DirectEvents)...
    In this procedure, I try refresh the data in my gridPanel call function grdSugestoes.Reload()... but, the follow error occurs...

    Attachment 3746

    In messagebox of picture is written: run time error in Microsoft JScript: Can not get the value of 'load' property: the object is null or not defined.

    and this code
    {disableCaching:disableCaching}
    return undefined.
    Last edited by Daniil; Jan 30, 2012 at 2:25 PM. Reason: [CLOSED]
  2. #2
    Hi,

    This function is not implemented yet.

    Please try:
    GridPanel1.Call("store.reload");
  3. #3
    Daniil, works... thank you...

    I got other problem, but I will create a new thread...

    Thanks a lot
  4. #4
    Hi,

    We have added the server side Reload method for the AbstractStore class.

    To reload a Store from server side the following will be possible in DP2:
    Store1.Reload();

Similar Threads

  1. Gridpanel reload in every 5 mins
    By shijith in forum 1.x Help
    Replies: 5
    Last Post: Dec 01, 2010, 8:32 AM
  2. [CLOSED] Maintaining row position after GridPanel reload
    By ecerrillos in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 20, 2010, 2:24 PM
  3. About GridPanel.reload
    By helpme in forum 1.x Help
    Replies: 0
    Last Post: Mar 24, 2010, 12:52 AM
  4. Replies: 4
    Last Post: Jun 15, 2009, 10:45 AM
  5. How to reload a gridpanel without notification?
    By mcdonald in forum 1.x Help
    Replies: 2
    Last Post: May 13, 2009, 10:57 AM

Posting Permissions