Hi Iain,
Today Max began working on a refactoring of the DataGrid to make it
simpler to work in a non fastdata environment, actually, the fastdata
grid is now called FastDataGrid and the non-fastdata grid is called
DataGrid.
You can take at look at the code of the DataGrrid at:
http://trac.turbogears.org/turbogears/browser/trunk/turbogears/
widgets/datagrid.py
to see if it helps, maybe the wiki page has been updated too, but I'm
not sure
Unfortunately I can't help you any further (recipes, etc) as I
haven't got "my hands dirty" with it yet, sorry.
Hope it helps,
Alberto
On Feb 7, 2006, at 6:38 PM, Iain wrote:
Alberto,
Thank you for the response. Unfortunately, the DataGridWidget entry in
the wiki does not currently have the info that I was looking for. What
I was wondering is how to set the object list that a DataGrid widget
will use in a non-fastdata environment.
I've been able to get it working in a simpler case where I only have
one class in my model but things seem to break down when my model
contains more than one class.
Perhaps I'm just jumping in at the wrong time and should wait for 0.9
to be released?