[CLOSED] How to evoid show the record in a grid when the page is loaded?

  1. #1

    [CLOSED] How to evoid show the record in a grid when the page is loaded?

    Hi,

    I have a GridPanel with an store that have an ObjectDataSource as DataSourceID.

    When the page is loaded the grid shows all the records according to the select method by default.

    I need to load the records only when the page is loaded according to some conditions.

    My question is how to make the Grid do not download the records by default and just onload them if the conditions are ok.
    Last edited by Daniil; Aug 31, 2010 at 4:25 PM. Reason: [CLOSED]
  2. #2
    Hi,

    You can set .AutoLoad="false" on the Store.

    The following sample demonstrates, see

    https://examples1.ext.net/#/GridPane...d/Remote_Load/
    Geoffrey McGill
    Founder

Similar Threads

  1. Panel does not show when loaded via Ajax
    By bright in forum 1.x Help
    Replies: 2
    Last Post: Feb 16, 2012, 3:34 PM
  2. [CLOSED] How to identify which page was loaded in a panel?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 26, 2010, 10:42 AM
  3. Replies: 3
    Last Post: Feb 03, 2010, 10:11 AM
  4. Replies: 1
    Last Post: Jan 26, 2010, 10:57 AM
  5. Replies: 1
    Last Post: Jan 26, 2010, 10:46 AM

Posting Permissions