first of all thank you Paulo for this amazing piece of code.
I am using flexigrid for a table of users with a JSON data source made with PHP. I need to access the JSON object that flexigrid has retrieved from the server so that I can populate a confirm dialog with the selected user's username when the delete callback is triggered (I am using SeanRock's multiselect:false method to only allow a single user to be selected).