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

[Solved] Add new Record with empty Grid

1 Answer 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ghadeer
Top achievements
Rank 1
ghadeer asked on 10 May 2009, 06:24 AM
Hi ALL,
When I load my page with empty grid ,I dont AddNewReord link!!!!!!!!!!!!!!!!

thanks
ghadeer

1 Answer, 1 is accepted

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

You can set the CommandItemDisplay property for the MasterTableView of your grid to the desired position :
aspx:
 <telerik:RadGrid  ID="RadGrid1" runat="server" OnNeedDataSource="RadGrid1_NeedDataSource">        
        <MasterTableView CommandItemDisplay="TopAndBottom" > 

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