2006/1/24, Max Ischenko <[EMAIL PROTECTED]>: > My DataGrid has evolved a bit since then; specifically it can now work > with other kind of data beside SelectResults and SQLObject classes and > it works for properties as well as plain attributes (in original > DataGrid you can't use _get_foo to print foo).
Hi Max, I think the properties work now only for tuples, right? I added a patch to support the simple version, when column/property names are simple strings: http://trac.turbogears.org/turbogears/ticket/354 (see the last comment) -- Ksenia

