I want to understand how a datagrid is implented. Especially as to what is done on the front end, and what is done on the backend, and what is done in the middle.
>From what I have seen, the TG datagrid widget is used with SQLObject: http://docs.turbogears.org/1.0/DataGridWidget So does the widget only work with SQLObject, or will it also work with SQLAlchemy? I'm also a little unsure of how javascript fits in to all this. Do javascript libraries - like JQuery or extjs - handle all of the logic? Or are the javascript libraries just front ends used to input data, and display data, without a web-page reload? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

