Hi Danill,

I have Created Gridpanel in window and I am Showing Window as popup on Button Click.
I have Added PagingToolbar with size=10
but when i click on button the gridpanel shows all the 465 records which are bind to Gridpanel.
and also i applied Gridfilter for one of the column and it is not working

<Plugins>
                    <ext:GridFilters runat="server" ID="GridFilters3" Local="true">
                        <Filters>
                            <ext:StringFilter DataIndex="tableName" />
                        </Filters>
                    </ext:GridFilters>
                </Plugins>
                <BottomBar>
                    <ext:PagingToolbar ID="PagingToolbar2" AutoShow="true" runat="server" PageSize="10">
                    </ext:PagingToolbar>
                </BottomBar>
can u please, help me out for this problem.

Thanks and Regards
Ganesh