Problem with GridPanel loader

  1. #1

    Problem with GridPanel loader

    Hello, I am using a grid panel inside a panel and loading it via a user control, like this:
    <ext:Panel
                                runat="server"
                                Title="General"
                                AutoScroll="true" Layout="FitLayout">
                                <Items>
                                    <ext:UserControlLoader runat="server" Path="/Controls/TargetRequestsControl.ascx" />
                                </Items>
                            </ext:Panel>

    everything works fine, now on my control I have paging like this:

    <BottomBar>
            
            <ext:PagingToolbar runat="server" StoreID="TaskStore" />
    
        </BottomBar>

    Items won't load from page 1 unless yo change to page 2 and then return to page 1 or press the paging's 'reload' button. If I use no paging the information is displayed without issue.
    Been trying to figure this out but I haven't been able.

    Any suggestions??

    Many thanks and greetings from Mexico!
    Last edited by Daniil; Aug 21, 2015 at 11:46 AM. Reason: Please use [CODE] tags
  2. #2
    Hi @faridhajnal,

    Hope to visit Mexico eventually:)

    As for the problem, could you, please, provide a full test case to reproduce the problem?

Similar Threads

  1. [CLOSED] Facing problem with checkbox selection problem in gridpanel.
    By arjunrvasisht in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: May 06, 2015, 3:55 PM
  2. RowExpander Subdata Loader Problem
    By thewisegod in forum 2.x Help
    Replies: 10
    Last Post: Feb 17, 2013, 2:09 PM
  3. Replies: 8
    Last Post: Aug 13, 2012, 11:47 PM
  4. [CLOSED] GridPanel SelectionModel with Loader
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 17, 2012, 6:45 AM
  5. Replies: 11
    Last Post: Jun 22, 2012, 6:10 PM

Tags for this Thread

Posting Permissions