Grid with no edit option

Hi there,

My application need a grid for orders from the table orders with a orderID as primary key (AutoINC).
When i create a grid application there’s no edit option in the grid, only view.
I am using mysql inodb as database environment. My question!

why doesnt my grid function works with an edit option?
is it because of missing indexing?.. or else …

regards Marcel

Grid = read only … Use a form in editable grid view orientation or link your grid to a form (grid / links / application)

If you need an editable grid, you need to create it as a form of type grid. (funny but true).