I am going through the Kentico 12 training. In the MVC training, I created a generic Service for accessing Page Types and Repositories for exposing data transfer objects for specific page types. I ...
Hi allI've built a custom module that I am using for custom site settings, and need a dynamic value added based on a macro condition. How do I get this done? Hope this makes senseKurt
Hey,I am going through the steps listed here, to learn about custom module development: https://docs.kentico.com/k12/custom-development/creating-custom-modulesI've reached the end, but can't find t...
Hi,I have created a module and a class with fields and associated UI. The UI works ok, I can add and delete records to the module table. But when I try to access through code I get the following er...
I am abit confuse on how to create a form and connect it to a module. can some one help with a step by step guide on how I can relate a module to an online form or webpart form
I recently created a new custom module and added 4 new classes within that module. I added the info and provider code to the project along with the extra code needed to make the data stage-able an...
\Kentico11\CMS\App_Data\CMSModules\CompanyXYZ\UI\Grids\companyxyz_office\default.xml' was not found. Specify the path in the 'Grid path' property of the UI element on the Properties tab. You can en...
Hi, I am building new module to store some information that related to SKU products in Ecommerce site. The admin will use UI to navigate between the screens. The module have one class called @SubIt...
I have followed the Kentico instructions for creating a Module Package and for the most part this is working fine, although I have an issue with including Form Controls in the package.At present th...
I am trying to develop a custom module using Kentico best practices where possible. I have been following the article at https://docs.kentico.com/k10/custom-development/creating-custom-modules, ho...