On Oct 13, 2011, at 12:08 PM, Paul McNett wrote:

> There are cases for editable grids. You need to do two things:
> 
> 1) set grid.Column.Editable = True
> 2) set grid.Editable = True
> 
> Find the appwizard-generated code in ui/Grd<name>.py where <name> is the 
> table name.

        Just a minor clarification on point 1) above: The code will probably 
have to specify a distinct column reference, e.g.:

grid.Columns[2].Editable = True

... if you want the third column from the left to be editable. 


-- Ed Leafe



_______________________________________________
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]

Reply via email to