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

[Solved] Add New Record not visible

1 Answer 196 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ghadeer
Top achievements
Rank 1
ghadeer asked on 09 May 2009, 11:18 AM
Hi ALL,
Addd new record botton not visible at design time.how can I show it

thanks
ghadeer

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 11 May 2009, 04:17 AM
Hello Ghadeer,

To display the CommandItem you would have to set the CommandItemDisplay property of the grid to true as shown below:
aspx:
 <telerik:RadGrid ID="RadGrid1" DataSourceID="SqlDataSource1" runat="server" > 
        <MasterTableView CommandItemDisplay="Top" EditMode="InPlace" DataSourceID="SqlDataSource1" > 
      

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