I have an add-in that adds several values into existing featurelayer. I am calling context.Invalidate(feature) every time a feature gets added, yet the existing layer is not automatically redrawn and the attribute table display does not automatically update.
I have been able to have the layer update automatically by using FeatureLayer.ClearDisplayCache(). Is there a similar call for attribute tables? Is there a way to mimic clicking the refresh button on the attribute table within the ArcGIS Pro SDK?
Thanks for your help