Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for an alternative to Telerik's MVC controls [closed]

I have a long experience of using a whole host of different tools from Telerik and, I have to say, I love them.

But I need an alternative. Why? Well, I want to start an Open Source project. The project will have a number of elements including an MVC frontend. Sadly, Telerik's licencing specifically prohibits the use of their components in Open Source Projects.

I'm going to need a number of components but most notably a Grid. Can anyone suggest a usable and worthwhile component set that I would be able to use in an Open Source project.

Any suggestions accepted.

like image 409
Stuart Hemming Avatar asked Mar 13 '14 16:03

Stuart Hemming


People also ask

What is Telerik UI for MVC?

Telerik® UI for ASP.NET MVC offers 70+ jQuery-based components ranging from must-have HTML helpers for every app like Grids, Dropdowns and Menus to advanced line-of-business controls such as Charts, Gantt, Diagram, Scheduler, PivotGrid and Maps.

Can I use Telerik components in an open source project?

Sadly, Telerik's licencing specifically prohibits the use of their components in Open Source Projects. I'm going to need a number of components but most notably a Grid.

What are the best Telerik UI alternatives in 2021?

Alternatives to Telerik UI Material-UI, Ionicons, Ant Design, Chakra UI, and DevExtreme are the most popular alternatives and competitors to Telerik UI.

What is Telerik?

Telerik .NET and Kendo UI JavaScript components and Reporting and Productivity tools enable you to build modern and high-performant apps on any web, desktop or mobile platform—fast. Comes with flexible support options designed to cover your every need.


1 Answers

  1. Jquery UI (https://jqueryui.com/) is good but you should search for good components (thousands of ones can be found!). For example JqGrid for grid : http://jqgrid.com/ and . The main advantage is Jquery based if you are in love with Jquery. Also Visual Studio has it in its default project template.

  2. Sencha ExtJs is great but a little different approach (it is completely JavaScript based and not JQuery based but it is a comprehnsive platform). Its control gallery is fantastic. specially for grid. check this : http://www.sencha.com/products/extjs/examples/

  3. Kendo UI (latest telerik project) : I am not sure about KendoUI license but it think its JavaScript components are open source (although their MVC extensions are not free). check it at : http://www.kendoui.com

like image 73
Mahmoud Moravej Avatar answered Sep 25 '22 23:09

Mahmoud Moravej