The ask: we have a custom page type with a checkbox we'd like to synchronize across the different language versions of a page.e.g. Admin user goes to page type in admin tree view, checks the box on...
We are converting site from Kentico 11 portal engine to Kentico 13 Core. One of function of old site is submitting data to external payment gateway during donation form submission. That was handled...
I have created a module that I want to trigger whenever a user updates the page's URL slug. However I am unable to get my custom module code to fire. I have tried a number of alternatives, namely:D...
I am trying to implement a function that triggers when the user clicks on saving a Page by using a global event. The DocumentEventArgs should return the current page which the user is clicking, but...
I have local Smart Search indexes set up and I am following the examples given on this page to add custom content to the index.I have the event handler assigned like this:DocumentEvents.GetContent....
I’m currently running Kentico 10.0.51. I have a global event setup for URLRewritingEvents.PageNotFound.Execute and it seems to fire the event code fine when the requested page does not have a neste...
I have implemented event handler for our bizforms , they all work perfectly well but I am still having issue with the custom tables see my code below and advise.Are the implementation for custom ta...
What is the best way to inject a JavaScript reference to all the Kentico 11 admin UI pages from a Global Event Handler? I've tried accessing the ClientScriptManager from the sender object, but I'm ...
I've tried to follow the docs: https://docs.kentico.com/k11/custom-development/handling-global-events/handling-object-events for setting up a global event handler, but it's not working for our MVC ...
Hi, I am using biz form to collect some data from users, and I have an extra hidden form field to send a generated svg text to the server. I need the svg text to be processed on the server (which I...