Hi, we just updated our WPF project from RadControls for WPF v2012.2.725.40 to v2012.3.112.9.40. Now we have a problem in one of our forms where the RadGridView RowLoaded event is fired when row.Cells is empty. In the previous version of the RadControls for WPF, the cells count would reflect the number of columns in the grid. Is there another handler we should have been using? Our goal is to change the text of a RadButton in one of the columns (which is contained in a telerik:GridViewColumn.CellTemplate) based on the value of a property in the bound object, so after each row is loaded we check that property and adjust the button text in cell[5]. After our Q3 update it appears the cells are not loaded when RowLoaded is called. Thank you in advance
Shaun