On Monday 13 July 2009 06:37:24 am tim awa wrote: > My only interest really is on altering the behavior of the up and down > arrow keys when the focus is in a grid column. I noticed that the up > and down keys behave like left and right arrow keys whenever the > grid's column is in edit mode. There is no issue when the column is in > read-only mode as the up and down keys allow movement to the next row.
In that case it might be better to sub-class the dabo.ui.dGrid. Take a look at the "_onKeyChar()" method. Just follow the general layout. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
