Set a default value in RadGrid In Insert Mode
How would I simply set a default value of a control in a radgrid when it is in insert mode?
Hi Aret,
To achieve your scenario you could set the DefaultInsertValue property of a grid column as it is shown below.
<
telerik:GridBoundColumn
DataField
=
"ID"
HeaderText
=
"ID"
DefaultInsertValue
=
"1"
/>