I have a datagrid which contains several different tablestyles. One of these is also a merged datasource from 2 different data sources. Depending on runtime options any 1 of these tablestyles will be visible and accessable to the user. How can I tell WHICH tablestyle a click or a cellrowchange event originated from? I think it is part of the "sender" object on the click event or the cellchange event but not sure how to surface it.

gollnick