什么是柔性网格?

发布于 2024-08-04 16:34:38 字数 66 浏览 4 评论 0原文

在 .net 中,我们使用称为 datagrid 的东西,还有我们称为 flexigrid 的东西。 之间有什么区别?

in .net we use something called datagrid and there is what we call flexigrid .
what is the difference in between ?

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

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

发布评论

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

评论(3

凉宸 2024-08-11 16:34:38

Flexigrid

轻量级但丰富的数据网格
可调整大小的列和滚动数据
匹配标题,加上一个能力
连接到基于 xml 的数据源
使用 Ajax 加载内容。

特征

* Resizable columns
* Resizable height and width
* Sortable column headers
* Cool theme
* Can convert an ordinary table
* Ability to connect to an ajax data source (XML and JSON[new])
* Paging
* Show/hide columns
* Toolbar (new)
* Search (new)
* Accessible API
* Many more

Flexigrid

Lightweight but rich data grid with
resizable columns and a scrolling data
to match the headers, plus an ability
to connect to an xml based data source
using Ajax to load the content.

Features

* Resizable columns
* Resizable height and width
* Sortable column headers
* Cool theme
* Can convert an ordinary table
* Ability to connect to an ajax data source (XML and JSON[new])
* Paging
* Show/hide columns
* Toolbar (new)
* Search (new)
* Accessible API
* Many more
心在旅行 2024-08-11 16:34:38

FlexiGrid 在客户端上生成(使用 JavaScript),而 ASP.NET GridView/DataGrid 在服务器上生成。 FlexiGrid 还具有 @phoenix 所描述的许多功能

FlexiGrid is generated on the client (using JavaScript) and the ASP.NET GridView/DataGrid is generated on the server. The FlexiGrid also has a number of features as described by @phoenix

墨洒年华 2024-08-11 16:34:38

这两个控件(flexigrid 和 datagrid)都用于向 Web 应用程序的用户呈现数据。

它们之间的主要区别在于,数据网格为了转到下一页,需要对该页面发出完整请求。
另一方面,Flexigrid 只获取下一页的数据,而不是整个页面。

Flexigrid 还提供一些客户端“好东西”,例如显示/隐藏列、调整列大小等。

如果您正在寻找 Flexigrid 的 ASP.NET 实现,请查看 http://www.flexigrid-asp .net

Both controls, flexigrid and datagrid, are ment to present data to the user of your web application.

Major difference between them is that the datagrid, in order to go to the next page, makes a full request for the page.
Flexigrid, on the other hand, gets only the next page of data, not the entire page.

There's also some client-side "goodies" with flexigrid, like showing/hiding columns, resizing columns and such.

If you're looking for a ASP.NET implementation of flexigrid, have a look at http://www.flexigrid-asp.net

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