Add New, Edit and Delete option using Repeater in kentico CMS 8.2

tendulkar znodtech asked on March 24, 2015 07:27

Hi, I am using ASPX + portal application in kentico CMS 8.2. I need to add, edit and delete the data through repeater(or any tool) in edit mode. I tried lot of ways, but i didn't get the exact solution what i need. please help me here for the code and elements for this solution.

Recent Answers


Brenden Kehren answered on March 24, 2015 12:30

Using portal development mode, simply specify:

  • the path
  • page type
  • and towards the bottom of the properties window in the "Editing buttons" section ensure the "show new", "show edit" and "show delete" buttons are checked.

Since these "show" buttons are only available via the web part and not the repeater control, you are not able to use this in ASPX mode because web parts are designed to be used with Portal Development mode only. You'd have to recreate the similar functionality as the Repeater webpart has for these buttons on your ASPX template.

1 votesVote for this answer Mark as a Correct answer

tendulkar znodtech answered on March 25, 2015 05:25

Ya, I got it. Thanks Brenden Kehren.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.