I want to create a property grid like this: Ext JS Property Grid demo
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.
Edit: I just realized that there is another plugin with the same name: http://jqframework.com/jqgrid/
Ohh namespacing fail.
ive created a jquery property grid on this site
heres the js http://www.cssedit.co.uk/exemples/scripts/PropertyGrid.js , have a look at /exemples/SCRIPTS/STYLER.JS for how i use the javascript propertygrid
col