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

RadGrid Insert Item caption

2 Answers 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ronnie
Top achievements
Rank 1
Ronnie asked on 25 Sep 2010, 06:16 PM
Does anybody know of a way to insert a caption into the (autogenerated) insert item template?

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 27 Sep 2010, 07:59 AM
Hello Ronnie,


Set the EditFormSettings -> InsertCaption property according to your need.

Eg:
<MasterTableView CommandItemDisplay="Top" AutoGenerateColumns="False" DataSourceID="SqlDataSource1">
    <EditFormSettings InsertCaption="Enter the details">
    </EditFormSettings>
    <Columns>


-Shinu.
0
Ronnie
Top achievements
Rank 1
answered on 27 Sep 2010, 03:25 PM
That was surprisingly easy. Thanks Shinu.
Tags
Grid
Asked by
Ronnie
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ronnie
Top achievements
Rank 1
Share this question
or