Is it possible, using Tornado, to update records in two ways?
1. by using dbEditGridUpdate=true.
2. by using the standard update.

Currently, when dbEditGridUpdate=true the update button automatically presents the full screen edit mode. what I need are two buttons, one for full screen edit, another for single record edit. Ideally, the update button on every row should enable single record update and the update button (stand alone) should call the full screen.

How do I accomplish this?