简体   繁体   English

Kendo网格或UI网格

[英]Kendo Grid or UI-Grid

I have to include a UI Grid in my application and have a choice between Kendo UI Grid Control or the Angular Ui-Grid control. 我必须在应用程序中包含UI网格,并在Kendo UI网格控件或Angular Ui-Grid控件之间进行选择。 I am using Angular JS in my application. 我在应用程序中使用Angular JS。 How to know the differences and which one is better over the other? 如何知道差异,哪一个优于另一个?

Thanks. 谢谢。

There are various point to keep in mind . 有很多要牢记的要点。

  • AngularJS has become a very popular web development framework. AngularJS已成为非常流行的Web开发框架。 Now that Telerik made Kendo UI open source, this framework is a possible alternative for many web developers. 现在,Telerik使Kendo UI开源了,对于许多Web开发人员来说,该框架是一个可能的替代方案。
  • Kendo UI can be used seamlessly with AngularJS. Kendo UI可以与AngularJS无缝使用。 The two frameworks have some overlapping features though. 这两个框架虽然有一些重叠的功能。 If you are using AngularJS then you probably want to use Angular's own routing mechanism and data binding. 如果您使用的是AngularJS,则可能要使用Angular自己的路由机制和数据绑定。
  • But Better you can go ahead for Kendo Since they provided good Support and lots of Demo from where you learn lots of Example Using Online Demos . 但更好的是,您可以为Kendo继续前进,因为他们提供了良好的支持和大量演示,您可以从中学习到很多使用在线演示的示例。 Hope it will Help you to find Better Solution 希望它将帮助您找到更好的解决方案

I have used both grids and I have to say that Kendo UI Grid is pretty solid and has lots of code snippets to get you where you need to be functionality wise. 我已经使用了两个网格,并且不得不说Kendo UI Grid非常扎实,并且具有许多代码片段,可帮助您在明智地使用功能的地方。 The last project I was on they were initially using ngwidgets grid but we ended up switching to Kendo UI after we ran into road blocks with the ngwidgets grid and also learning they were abandoning their AngularJS library in favor of their jqwidgets. 我参与的最后一个项目最初是使用ngwidgets网格,但在遇到ngwidgets网格障碍后,又得知他们正在放弃其AngularJS库而转而使用jqwidgets,我们最终切换到Kendo UI。

Some things to consider would be: 需要考虑的一些事情是:

  1. Need for sorting, filtering and aggregations.(Both) 需要排序,过滤和聚合。
  2. Editing in grid or pop up editing.(Both can edit, Kendo has both inline and pop up) 在网格中编辑或弹出编辑(两者都可以编辑,剑道既有内联又有弹出)
  3. Selection of rows, selection of multiple rows. 选择行,选择多行。 (Both) (都)
  4. Column actions such as delete, edit, or custom. 列操作,例如删除,编辑或自定义。 (Both offer but Kendo has a lot more documentation on how to implement) (两者都提供,但Kendo拥有更多有关如何实现的文档)
  5. Ability to create a custom row template that may include links, etc. (Both offer this but Kendo has richer templating capability) 能够创建可能包含链接等的自定义行模板。(两者都提供此功能,但Kendo具有更丰富的模板功能)
  6. 24 hour support turnaround (Only with Kendo License, UI-Grid community supported) 24小时支持周转(仅具有Kendo许可,支持UI-Grid社区)

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

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