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

Insert serverside

2 Answers 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Newkid
Top achievements
Rank 1
Newkid asked on 09 Aug 2012, 05:18 PM

Please show me how to do an insert into a radgrid.  I would like to remove "Edit" and "Delete" button. Only "add a new record" is allowed.
Thanks!



 

  

 

 

 

 

 

 

 

               

 

2 Answers, 1 is accepted

Sort by
0
Newkid
Top achievements
Rank 1
answered on 09 Aug 2012, 05:46 PM
I found this sample is very much what i need but how do i remove the Edit and Delete option from this sample. Thanks!
http://www.telerik.com/community/forums/reply-thread.aspx?messageId=0&threadId=575022
0
Princy
Top achievements
Rank 2
answered on 06 Oct 2012, 06:42 AM
Hi,

You can set CommandItemDisplay property as top to allow the user for only inserting new records.
aspx:
<MasterTableView CommandItemDisplay="top"....>

Thanks,
Princy.
Tags
General Discussions
Asked by
Newkid
Top achievements
Rank 1
Answers by
Newkid
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or