I have tables:
cities
counties
neighboorhoods
streets

The tabels are connected through foreign keys as follows: 
streets->neighborhoods; neighborhoods->counties, counties->cities

When displaying streets through smartgrids, I'd like also to show for each 
value in streets the neighborhhod (this is no problem as it is 
automatically included) but also the counties and the cities.
How do I do that with smartgrids?
Thanks for the quick reply!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to