This question is locked. New answers and comments are not allowed.
I have data that I dynamically load when a user selects a particular row in my gridview. I have defined a RowDetailsTemplate and everything seems to work very nicely.
Somewhat arbitrarily an event occurs that causes much of my data that is showing in the row details to become invalid. Is there a way to "invalidate" or "unload" the associated row details for a gridview?
I have an alternative solution to my problem but it seems heavy handed if I am simply missing some piece of existing functionality.
Thanks !