Custom table how to retrieve data or edit the CRUD functionality of the custom table

isachar silva asked on March 8, 2019 21:14

Hi I am new to kentico and wondering how can i retrieve data using javascript or html and put it on form. And how can i edit the generated classes of my custom table and put additional code into it. do i have to create a new class for it in my backend?

Recent Answers


vasu yerramsetti answered on March 9, 2019 04:03 (last edited on March 9, 2019 04:07)

0 votesVote for this answer Mark as a Correct answer

Eric Dugre answered on March 14, 2019 13:29

If you're looking to load data from your custom table using only javascript (i.e. no C#), you can use our REST service: https://docs.kentico.com/k11/integrating-3rd-party-systems/kentico-rest-service/getting-data-using-rest

As Vasu mentioned, you can use the Code tab of the custom table to generate the default code for the class, then modify this code to meet your needs.

0 votesVote for this answer Mark as a Correct answer

isachar silva answered on March 19, 2019 19:32

Hi can't edit the default code of the code tab of my custom table

0 votesVote for this answer Mark as a Correct answer

Eric Dugre answered on March 21, 2019 20:21

You can click the Save code button to create physical code files in your project, then edit those.

0 votesVote for this answer Mark as a Correct answer

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