I want to create a property grid like this: http://extjs.com/deploy/dev/examples/grid/property-grid.html
However I don't want to use extjs, and am using jQuery instead. What plugin would most easily enable to me create a propertygrid?
jqGrid is the only one that I know of right now. http://www.trirand.com/blog/
I am not interested in loading data from XML file or database, I should be able to set data from objects on the page.
Thanks
Edit: I just realized that there is another plugin with the same name: http://jqframework.com/jqgrid/
Ohh namespacing fail.