"Michele Cella" <[EMAIL PROTECTED]> writes: > You can already do that by passing the template argument at the widget > constructor.
It didn't work for turbogears.fastdata.datawidgets.DataGrid. Subclassing
solved the problem and my new class has just two lines:
class ClienteGrid(datawidgets.DataGrid):
template = "site_amostras.templates.grid_clientes_template"
--
Jorge Godoy <[EMAIL PROTECTED]>

