1

Is there any thing similar to jqGrid available for Mobile applications ?
Could someone please suggest a javascript plugin that I can use with RhoMobile platform ?

suren
  • 969
  • 4
  • 22

2 Answers2

1

jqgrid works without issues in Mobile devices. You should use it

Andrus
  • 26,339
  • 60
  • 204
  • 378
0

Rhodes (RhoMobile's client application framework) applications are built in Ruby (for your "server-side" business logic) and HTML (for your views.) The applications are rendered in a native web-view on the device. Therefore, the application you write is limited only by the web-view of the device that it is running on.

Geoffrey
  • 562
  • 4
  • 9