FIX. RadGridView - the CreateRowInfo event is not fired for the new row it its position is set to bottom at design time.
Use attached to reproduce.
Workaround
- Set the position at runtime.
Me.radGridView1.MasterTemplate.AddNewRowPosition = Telerik.WinControls.UI.SystemRowPosition.Bottom