Hi, Has anyone tried using OpenRico's LiveGrid with TurboGears? We'd like to be able to display a potentially LARGE list of items and be able to only send the items actually displayed rather than the whole list.
I managed to get things working to the point where the LiveGrid is calling my data function but it seems to be ignoring my response. (I'm returning a string that looks JUST like the response in the open rico documentation. The only difference is, I'm returning simpler rows than the LiveGrid demo does.) I'm going to continue debugging, but I'm starting to get a bit frustrated...

