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

Some Telerik RadGrid Questions

1 Answer 148 Views
Grid
This is a migrated thread and some comments may be shown as answers.
HHH
Top achievements
Rank 1
HHH asked on 22 Mar 2014, 06:15 PM
Hi All

please see attached picture first

I Have 3 questions

1. How can I add Add new record button for Insert like sample
    How change text of it ?

2. How can I change text of Edit ? (telerik:GridEditCommandColumn)

3. How can I have Refresh button like sample ?
    How change text of it ?


1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Mar 2014, 03:18 AM
Hi,

You can have the AddNewRecord button and Refresh button by setting the CommandItemDisplay property of the MasterTableView. You can edit the text of EditCommandColumn using its EditText property. Please try the following code snippet to achieve your requirements.

ASPX:
<MasterTableView CommandItemDisplay="Top">
 <CommandItemSettings AddNewRecordText="Insert New Records" RefreshText="Refresh Grid" />
  <Columns>
   <telerik:GridEditCommandColumn EditText="Edit Rows"></telerik:GridEditCommandColumn>
       . . .

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