Gridview asp.net 中的可拖动行

发布于 2024-10-27 22:54:53 字数 121 浏览 0 评论 0原文

嘿伙计们, 我有一个gridview,现在我想让行可拖动,以便用户可以更改gridview的排序顺序,并且数据源也应该受到影响,以便我可以在数据库中保存最新的顺序。

请给出一些建议或示例,我如何才能实现这一目标。

Hey guys,
i have a gridview, now i want to make the rows draggable, so that user can change the sort order of the gridview, and also the datasource should get affect, so that i can save the latest order in the database.

Please give some suggestion or samples, how i can achieve this.

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

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

发布评论

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

评论(2

情深如许 2024-11-03 22:54:53

我建议你找到一个不同的控件。拖动行并不是大多数主要 ASP.NET 控件制造商为网格实现的功能,而且您真的认为您的用户会希望以这种方式排序吗?单击列标题是首选方法,这是有充分理由的。

I'd suggest you find a different control. Dragging rows is not a feature that most major ASP.NET control makers have implemented for grids, besides do your really think your users will want to sort in this way? Clicking on the column header is the preferred method for a very good reason.

腹黑女流氓 2024-11-03 22:54:53

您是否看过 jqGrid - 这是他们针对 ASP.NET Webforms 的 示例

Have you taken a look at jqGrid - here is their example specific to ASP.NET webforms

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