Completed
Last Updated: 02 Jul 2018 09:34 by Dimitar
ADMIN
Dimitar
Created on: 07 Feb 2018 06:46
Category: GridView
Type: Bug Report
0
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
0 comments