Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kendo UI Grid alternative

Is there any free / open source alternative to the Kendo UI Grid?

I used to use their Grid module when it was included in the free version, now it isn't anymore and, as I only need the Grid module, it is too expensive for me.

like image 524
Juancho Ramone Avatar asked May 19 '15 15:05

Juancho Ramone


People also ask

Is Kendo UI for jQuery free?

Kendo UI Core is the free and open-source version of Kendo UI that provides access to the web's best UI widgets and key framework features, essential for developing great experiences for the web and mobile.

What is Pageable in kendo grid?

kendo:grid-pageable-messagesThe text messages displayed in pager. Use this option to customize or localize the pager messages.

What is Kendo grid in MVC?

Kendo UI Grid is an easy, more maintainable, and powerful control for displaying data in a tabular format. Kendo provides many options, such as paging, sorting, filtering, grouping, and editing. These features determine the way data is presented and manipulated.

How do I download Kendo UI free?

Downloading the Kendo UI BundlesGo to https://www.telerik.com/download/kendo-ui and log in with your credentials. Navigate to the Downloads section of your account. Search for Progress® Kendo UI® for jQuery and download the package.


2 Answers

I don't know is this even alternative for Kendo UI grid but jQuery DataTables plugin is one https://www.datatables.net

It does have paging, sorting, supports almost every datasource and can be themed by Twitter Bootstrap, jQuery UI etc.

like image 131
Jarno Lahtinen Avatar answered Dec 19 '22 23:12

Jarno Lahtinen


There are lots of libraries but I introduce some of them

zinoUI

jQuery EasyUI

jQWidgets

Wijmo

a source for Pros and Cons is : Top 5 jQuery UI Alternatives

All of the above libraries are modular so you can only use the grid.

like image 40
shahab Avatar answered Dec 20 '22 01:12

shahab