This is a migrated thread and some comments may be shown as answers.

default text in insertform textbox

1 Answer 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Savyo
Top achievements
Rank 1
Savyo asked on 14 Feb 2013, 11:00 AM
Hi there
         My radgrid has several boundcolumns. The insertform textbox is blank. I want the textbox to show a default text. How can i accomplish this. Please help me out somebody. Grateful for your help

Savyo

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Feb 2013, 11:03 AM
Hi,

Try setting the following.
aspx:
<telerik:GridBoundColumn DefaultInsertValue="24" DataField="OrderID" HeaderText="OrderID" UniqueName="OrderID">
</telerik:GridBoundColumn>

Thanks,
Princy
Tags
Grid
Asked by
Savyo
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or