Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1233
xamdatagrid bound source refresh
posted

I need to apply logic to a grid after the data has been bound.  The FieldLayoutInitialized works for the first load, then i can use Sorted, Grouped and RecordFilterChanged to respond to changes.  What i can't seem to find is an event that fires after i refresh the bound datasource.

I tried:  DataValueChanged, DataContextChanged and SourceUpdated.  I now plan to use my own event, but I need to make sure it fires after the refreshed data has been initialized in the grid.