I'm researching this and I see that there is no real clean way to do
this.
Flexigrid assumes POST/RESTful gateways, but that doesn't exist for
APIs that require
socket.io. Therefore, I have to get raw results,
and transform them into a way for Flexigrid to handle. That's all
fine and good, provided I could even add that data to Flexigrid on the
fly.
Is this even possible or is Flexigrid specifically tailored for MVC?