Search code examples
c#wpfinfragisticsxamdatagrid

XamDataGrid RowDataBound similar event


Is there any event on the XamDatagrid control that allows me to check when every row is bound to the data source?


Solution

  • The closest event to what you are looking for is the InitializeRecord Event.