Devexpress GridControl for win 表单支持分页吗?

发布于 2024-07-26 11:44:46 字数 92 浏览 2 评论 0原文

Devexpress GridControl for win 表单支持分页吗? 如果是,它是如何运作的? 如何使用分页在网格控件中显示一些数据? 任何例子将不胜感激

Does Devexpress GridControl for win forms support paging? If yes, how does it work? How can i use paging to show some data in a grid control? Any example would be appreciated

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

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

发布评论

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

评论(3

巴黎夜雨 2024-08-02 11:44:46

它本身不支持分页,如果我没记错的话,它会在服务器模式下运行时根据需要加载记录。

It doesn't support paging, per se, it loads the records as needed when running in servermode if I remember correctly.

萝莉病 2024-08-02 11:44:46

我实际上并不认为 WinForms 版本的网格确实支持分页。 网格的 ASP.NET 版本确实支持它 - 我最近经常使用它。

有人问了问题< /a> 在 DevExpress 支持中心。 看起来他们不会在 WinForms 上实现“开箱即用”的分页。 看起来您必须自己编写。

I dont actually think the WinForms version of the grid does support paging. The ASP.NET version of the grid does support it - I've been using it a lot lately.

Someone has asked the question on the DevExpress support centre. It doesnt look like they are going to be implementing 'out of the box' paging on WinForms. It looks like you are going to have to write your own.

小姐丶请自重 2024-08-02 11:44:46

DevExpress XtraGrid 不支持分页。

您将在以下页面找到 DevExpress 员工提供的一些提示实现您自己的分页。

Well the paging is not supported by DevExpress XtraGrid.

You will find at the following page some hints given by DevExpress Staffs to implement your own paging.

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