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

remove the refresh button from radgrid

1 Answer 890 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 15 May 2013, 12:40 PM
Hi
     How can I remove the refresh button from the top of the radgrid??
thanks
Allen

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 May 2013, 12:49 PM
Hi,

Please try setting the CommandItemSettings property ShowRefreshButton to false.

ASPX:
<telerik:RadGrid ID="RadGrid1" runat="server">
  <MasterTableView CommandItemDisplay="Top" >
     <CommandItemSettings ShowRefreshButton="false" />
        .   .   .

Thanks,
Shinu.
Tags
Grid
Asked by
Allen
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or