Popup Dialog for records in grid?

Popup Dialog for records in grid?

I am a new jQueryUI user and trying to figure out how to make this thing work for me.

Because jQueryUI uses the ID of the DIV used for the dialog, how can I setup my dialog to popup for each record in a grid with different information from each record?

I want to have the user's contact info popup in a dialog when they click on the user name in my grid.

I would also need to know how to load the info based on the username that was clicked.

Does anyone know of a demo showing how this can be done?