Alberto Valverde <[EMAIL PROTECTED]> writes:
> I'm not really sure, but try passing in a name parameter... (which you really
> shouldn't, but try, maybe there's a bug...)
Same thing.
grid_clientes = datawidgets.FastDataGrid(
name = 'clientes',
fields = [
(lazy_gettext('Cliente'), 'nomeAbreviado'),
(lazy_gettext('Contrato assinado em'), grid_contrato_assinatura),
(lazy_gettext(u'Contrato válido até'), grid_contrato_vencimento),
(lazy_gettext('Ativo?'), 'isAtivo'),
],
)
--
Jorge Godoy <[EMAIL PROTECTED]>