I have a DataTable that is pivoted. I would like to be able to retrieve the associated ID for an item within a particular cell. Since the Data is pivoted once it's attached to the RadView, the ID fields show up in a column, rather than with each individual field. Is it possible to retrieve this from the grid? I should note also that I am using dynamically created template columns.
Within my template column I am including a popup extender control and wish to set the behavior id to the unique id of the field being bound.
Within my template column I am including a popup extender control and wish to set the behavior id to the unique id of the field being bound.