简体   繁体   English

ASP.NET动态数据GridView控件的替换/替代

[英]ASP.NET Dynamic Data GridView Control Replacement / Substitution

Is there an easy way to replace / substitute the standard Microsoft ASP.NET GridView control in a Dynamic Data EF project? 在Dynamic Data EF项目中是否有简单的方法可以替换/替代标准的Microsoft ASP.NET GridView控件? I know there are plenty of component vendors that ship GridView control with out of the box functions that go way beyond what the default ASP.NET GridView provide. 我知道有很多组件供应商提供的GridView控件具有超越默认ASP.NET GridView提供的功能。

Considering this project is using the following: Standard ASP.NET C# 4.0 Dynamic-Data EF website project (VS 2010). 考虑到该项目正在使用以下项目:标准ASP.NET C#4.0动态数据EF网站项目(VS 2010)。

Specifically, here would be my requirements: 具体来说,这是我的要求:

  1. The main purpose is to swap the current ASP.NET GridView control with a more powerful one (see specific requirements for the GridView below). 主要目的是将当前的ASP.NET GridView控件替换为功能更强大的控件(请参见下面有关GridView的特定要求)。
  2. Easy migration of the project (not too much code to re-write to substitute the grid). 易于移植的项目(无需重写太多代码即可替代网格)。

Gridview specific features: Gridview的特定功能:

  1. Support for freezing header-rows and ability to pin specific columns. 支持冻结标题行以及固定特定列的功能。
  2. Inline editing (granted, the standard GridView control supports it already). 内联编辑(允许,标准GridView控件已支持它)。
  3. Excel like column filtering (ie multiple choices based on column values). Excel类似于列过滤(即基于列值的多项选择)。
  4. Column re-ordering. 列重新排序。
  5. Out of the box group-by capabilities. 开箱即用的分组功能。

Have you ever been through such a substitution exercise? 您是否经历过这样的替代练习? If you have I would appreciate your feedback! 如果您有任何意见,我们将不胜感激!

Thanks, Ben 谢谢,本

I know there are a few who support Dynamic Data like Wijmo grid and Telerik grids but I've not tried the most recent version for compatibility. 我知道有些人支持动态数据,例如Wijmo网格和Telerik网格,但是我没有尝试过最新版本的兼容性。 Telerik may be you best bet I would ask on their forums. Telerik也许是您最好的选择,我会在他们的论坛上询问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM