/Rails-KendoUI-Datagrid-CRUD

Rails 3.2.2 and Kendo UI Datagrid example with crud functionality.

Primary LanguageRuby

Kendo and Ruby on Rails - Works Like a Charm

DataSource and Grid CRUD example

The expenses controller is a generated using the following command:

    rails generate scaffold expenses title amount:decimal

No further modifications to the server-side code are applied. To see the needed DataSouce settings for rails-compatible CRUD operations, check expenses/index.erb view.