On Mon, Dec 6, 2010 at 5:20 AM, Phyo Arkar <[email protected]> wrote: > So it seems that it will need to hack around pretty much to put jqGrid > inside one of the qooxdoo window. as jqGrid need an element with an id > which can be slected by jquery.
What's the deal with jqGrid? There's a qxd grid, too. Maybe you could use that. http://demo.qooxdoo.org/current/demobrowser/#table~Table.html Pretty awesome isn't it? :) Since it's a widget, you can bind data to it so it fills in from a remote source (called store in qxd). So you basically set up a store, and use the controller to glue the store to the table, in an event-driven manner if you please. -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group

