| <telerik:RadGrid ID="RadGrid1" ShowStatusBar="true" GridLines="None" runat="server" AllowAutomaticDeletes="True" |
| AllowAutomaticInserts="True" OnNeedDataSource="RadGrid1_NeedDataSource" PageSize="10" |
| AllowAutomaticUpdates="True" AllowPaging="True" MasterTableView-AllowAutomaticInserts="true" |
| AutoGenerateColumns="True" AutoGenerateDeleteColumn="true" AutoGenerateEditColumn="true" |
| OnInsertCommand="RadGrid1_InsertCommand" OnUpdateCommand="RadGrid1_UpdateCommand" |
| Skin="Web20" OnDeleteCommand="RadGrid1_DeleteCommand"> |
| <PagerStyle Mode="NextPrevAndNumeric" /> |
| <MasterTableView InsertItemDisplay="Top"> |
| </MasterTableView> |
| </telerik:RadGrid> |
Thanks
Mahipal