访问 GridPanel 基本参数

发布于 2024-12-12 11:43:00 字数 235 浏览 0 评论 0原文

我有搜索框和带分页的 GridPanel。输入搜索条件,单击按钮,结果将显示在 GridPanel 中...简单

我注意到一个错误,当我搜索返回 5 页记录的内容时,转到最后一页,然后执行另一个返回 1 页的搜索我在第 5 页,共 1 页。

起始页参数位于 GridPanel 的 BaseParameters 中,当执行新搜索时,如何访问它以将其重置回 0?

这可能很简单,但我对 ext.net 完全陌生

I have search box and a GridPanel with paging. You enter search criteria click a button and the results display in the GridPanel...simple

I have notice a bug, when I search for something that returns 5 pages of records, go to the last page, then perform another search that returns 1 page I am on page 5 of 1.

The start page parameter is in the BaseParameters of the GridPanel, how can I access this to reset it back to 0 when a new search is performed?

This is probably very easy but I am completely new to ext.net

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

森林迷了鹿 2024-12-19 11:43:00

您可以调用PagingToolbarchangePage()方法。此方法不包括所需页码的整数。查看下面的链接了解更多详细信息。

http://docs.sencha。 com/ext-js/3-4/#!/api/Ext.PagingToolbar-method-changePage

谢谢,

Gav

you can invoke the changePage() method of the PagingToolbar. This method excepts an Integer for the desired page number. Check out the link below for more details.

http://docs.sencha.com/ext-js/3-4/#!/api/Ext.PagingToolbar-method-changePage

Thanks,

Gav

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文