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

how do i change the word "Add new record"

4 Answers 178 Views
Grid
This is a migrated thread and some comments may be shown as answers.
chatchai
Top achievements
Rank 1
chatchai asked on 23 Mar 2011, 10:36 AM
i need to chage Add new record to another word. how do i change it.

4 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 23 Mar 2011, 10:39 AM
Hello Chatchai,

Try the following to change "AddNewRecordText".

ASPX:
<telerik:RadGrid ID="RadGrid1"  runat="server" >
        <MasterTableView CommandItemDisplay="Top" >
             <CommandItemSettings AddNewRecordText="new text" />

Thanks,
Princy.
0
chatchai
Top achievements
Rank 1
answered on 23 Mar 2011, 10:44 AM
thank you very much kub ^^
0
Andrew Wise
Top achievements
Rank 1
answered on 03 May 2011, 10:30 PM
I have a similar problem. I changed the text as shown above but this only seems to work with the main item.
I am using a hierarchical grid and the text changes do not work on child items.

Is this a bug ?

/ Andrew 
0
Princy
Top achievements
Rank 2
answered on 04 May 2011, 05:12 AM
Hello Andrew,

In order to change the text "AddNewRecord", try the following in DetailTables.

aspx:
<DetailTables>
  <telerik:GridTableView  AutoGenerateColumns="false" CommandItemDisplay="Top" >
      <CommandItemSettings AddNewRecordText="text" />
  </telerik:GridTableView>
</DetailTables>

Thanks,
Princy.
Tags
Grid
Asked by
chatchai
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
chatchai
Top achievements
Rank 1
Andrew Wise
Top achievements
Rank 1
Share this question
or