Populate modalwindow with table row information

Adding rows and information to a async ListTableContentProvider object using the Table client-model is detailed in the ajax-software ag online designer help, but how do I retreive individual row information if I want to display this inside a modal window for instance?

The online help says something about the rowIdBinding property and rowVariable but I does not make any sense to me.

Do anyone have an example of how I should solve this?

Regards,

Eric

Hi Eric,

My colleague Javier sent me some infos regarding your question:

Yes, this is possible.
To get the value of an item inside a table row, you have to use the following snippet in the “Click” event inside the table

Hi Thomas

I am dealing with a similar problem. Can you please post the snippet. It is not visible.