Hi,I was wondering if there was a way I could use a custom query, created against a class, in a uni selector? The reason being I need to display a combination of two fields in the Display Name Colu...
I need to create a new custom field Under pages-@ metadata for unloading an image. I have checked the custom module and settings but did not found anything.My requirement is to create a custom fiel...
Are async methods supported in custom Macro methods? I'm using the syntax with extended macro container like this:XXXXContainer : MacroMethodContainer { }Can my code awaitasyncTask returns if the ...
How do I customize the system form components with styles? I am trying to get a custom style for the radio buttons applied. However, I can't seem to find it anywhere when building forms. I know ...
Hello guys,I have set on editor(user) the permission to modify and read a custom module but on the editor(user) dashboard the module is not appearing.Thank you.
HI i am testing CustomProvider class registration in kentico cms version 7.0; i found that in some unknown conditions custom provider code was not called.can anyone approve that in witch conditions...
I have created a Contact group with the following condition:memberships = Contact.Users.FirstItem.OtherBindings.MembershipUsers; if (Contact.Users.FirstItem != null @@ Contact.Users.FirstItem.Other...
Hi,We're currently using a basic repeater with a custom filter to display a paged list of properties based on a handful of search criteria. This is working well but we now have a requirement to loo...
Hi, I want to edit OrderItemEdit.aspx file where I have added a few more fields to be displayed in that form. I actually want to create an installable package which overrides the core OrderItemEdit...
I just created a datasource (ascx) and want to use a list web part, for instance basic repeater, to display the data. To do that I created a transform (ascx) and want to use it in the repeater, but...