What is the best event to format\hide\show columns?
_FieldLayoutInitialized? _Loaded? _LayoutUpdated?
Hello,
FieldLayoutInitialized or Loaded events are best for this. FIeldLayoutInitialized event will fire every time when a new field layout is created. Loaded will fire only once when the XamDataGrid is loaded. LayoutUpdated is not recommended as it fires frequently - every time the layout of the XamDataGrid is updated.