RadGridViewDefaultValuesNeeded Event |
Fires when the user enters the row for new records, so that it can be populated
with default values.
Namespace: Telerik.WinControls.UIAssembly: Telerik.WinControls.GridView (in Telerik.WinControls.GridView.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntax[BrowsableAttribute(true)]
public event GridViewRowEventHandler DefaultValuesNeeded
<BrowsableAttribute(true)>
Public Event DefaultValuesNeeded As GridViewRowEventHandler
Value
Type:
Telerik.WinControls.UIGridViewRowEventHandler
See Also