On Mon, Dec 6, 2010 at 6:24 AM, Phyo Arkar <[email protected]> wrote: > I use features as needed in each pages. If i can figure out a way to > put jqgrid to work hell , i will use full qxd !
That might be tricky. qxd doesn't set any usable attributes on HTML elements it creates, since all references are maintained internally. I'm not aware of a mechanism for adding the ID. I guess it's possible to build a simple custom widget that sets a usable ID and nothing else, and then attach the jqgrid using that ID. Of the features you've mentioned: Local Filtering, Multi select (interleaved or sequential), Sorting (d'oh!), inplace editing, Dynamic Dataloading on any event (that's what qxd is about after all), Custom everything... those are supported to my knowledge. afaik, all table examples are created from one of two table classes: qx.ui.table.Simple, and qx.ui.table.Remote. The latter handles remote data, obviously. So I guess you can imagine the level of customization possible. -- 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

