GRID in ROR

I want to use dhtmlx grid with Ruby on Rails but I am not sure how to start. Is there any sample of usage this script with ROR?



Thanks



D.

There is no any special tutorial , basically grid loads data as xml stream, and xml data can be generated by any server side language ( ROR has pretty decent helpers for xml generation )
You can check the attached sample, it uses a bit outdated version of the grid, but the same approach will work for latest version of grid as well.

smart_rendering_edit.zip (188 KB)