4 Answers, 1 is accepted
0
Accepted

Princy
Top achievements
Rank 2
answered on 23 Mar 2011, 10:39 AM
Hello Chatchai,
Try the following to change "AddNewRecordText".
ASPX:
Thanks,
Princy.
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
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:
Thanks,
Princy.
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.