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

RadGrid insert command custom text

2 Answers 187 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gary
Top achievements
Rank 1
Gary asked on 02 Jul 2014, 03:24 PM
I am using RadGrids in my webpage in several places. I want to customize the "insert" text when adding a new record.

Using the build in command item button to add a new record, it provides the fields to fill in along with an "insert" and "cancel" link. I want to change the text of the "insert" link to something else.

How can this be done?

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Jul 2014, 03:33 AM
Hi Gary,

You can change the Insert text from aspx as shown below:

ASPX:
<telerik:RadGrid . .>
  <MasterTableView . .>
    <EditFormSettings EditColumn-InsertText="Your Text"/>
       <Columns>

Thanks,
Princy
0
Gary
Top achievements
Rank 1
answered on 08 Jul 2014, 02:12 PM
Worked like a charm. Thanks!
Tags
Grid
Asked by
Gary
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Gary
Top achievements
Rank 1
Share this question
or