Hi,
We have a three tiered hierarchy and we are utilizing the OwerTableView.Name property to determine which section we are working on within ItemDataBound (where we are changing colors, adding links, etc, depending on values).
In our top level table (dataset with 3 tables is returned via sql), we have a status flag - Cancel, Refund, etc.
In the DetailTables we need to turn on/off different options such as Editing, when the status of the top most table is 'Cancel'
So my question is this - is there a way to reference values in the MasterTableView, in ItemDataBound, when the current tableView is one of the detailtables?
Put another way, is it possible to traverse up the grid's data structure within ItemDataBound? Hopefully my question makes sense. Thanks.
We have a three tiered hierarchy and we are utilizing the OwerTableView.Name property to determine which section we are working on within ItemDataBound (where we are changing colors, adding links, etc, depending on values).
In our top level table (dataset with 3 tables is returned via sql), we have a status flag - Cancel, Refund, etc.
In the DetailTables we need to turn on/off different options such as Editing, when the status of the top most table is 'Cancel'
So my question is this - is there a way to reference values in the MasterTableView, in ItemDataBound, when the current tableView is one of the detailtables?
Put another way, is it possible to traverse up the grid's data structure within ItemDataBound? Hopefully my question makes sense. Thanks.