Hi Christopher,
Thanks for your quick reply. Our company has been using jqwidgets for a while and is pretty happy with it:)
Regarding my question – here is a fiddle. I understand the use of cellbeginedit. If comment out editmode in my fiddle to use the default cell edit, everything works. But when using editmode:’selectedrow’, the whole row is editable as long as one cellbeginedit return true. You can turn on my alert in getEditable function to verify it. Basically, I want firstname to be editable only when quantity is great than 10…
http://jsfiddle.net/mengma/vd65a48c/1/
Thanks!
Jessie