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

RadGrid Refresh Button Not Show

1 Answer 263 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jnh999
Top achievements
Rank 1
jnh999 asked on 13 Jun 2010, 07:35 PM
Hi,

I used a GridView in one of my ASP.NET web page.  I have seen in some samples that there is a header section for the grid.  The header section contains "Refresh" button and also some export to Excel, PDF, MSWord button.  It does not automatically show in my grid.  What do I need to do in order to get this header show in my grid.

Thanks a lot for any help on this.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Jun 2010, 05:03 AM
Hello,


The visibility of the command item can be customized using the GridTableView.CommandItemDisplay property.

aspx:
 
   <MasterTableView Width="100%" CommandItemDisplay="Top"  DataKeyNames="CustomerID"

-Shinu.
Tags
Grid
Asked by
jnh999
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or