Not that I have found. I had the same problem trying to use a datagrid as a 
spreadsheet. For one, hitting return in a spreadsheet will go to the cell 
below. In a datagrid, it doesn't. Also, you can scroll down as far as you like 
(within limits) in a spreadsheet, but a datagrid will only scroll as far as 
there is actual data, and you have to code a way to add new records. Simply 
clicking in the empty space below the last row does nothing. 

There are lots of ways that datagrids do not act like spreadsheets. It begs the 
question, is there room for another datagrid type? We have tables and we have 
forms. How about a third type? Spreadsheet? Just a thot...

Bob


On Jan 18, 2012, at 10:36 AM, Pete wrote:

> I have a datagrid with three columns in it, col1 is not editable, col2
> contains an option menu and is also marked as not editable, col3 is a
> normal text column and is editable.
> 
> If I double click on a cell in col3 to edit it, change the contents, then
> press tab, the cursor stays in the col3 cell.  I would have expected it to
> move to the next row of the datagrid, probably because I'm used to seeing
> spreadsheets and word processing tables work that way.
> 
> I can probably figure out how to make this work by writing some code in a
> custom column behavior but thought I would check first to see if there is
> some hidden datagrid property that makes this happen.
> 
> 
> -- 
> Pete
> Molly's Revenge <http://www.mollysrevenge.com>
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to