I have a multiple-choice field where a list of options is available and you can choose more than one. My issue is if I select more than one it displays the info as @check1|check2@ I need to remove ...
Context: Kentico 12.0.15 portal engine in an ascx transformationI am trying to implement a very simple border style to an html tag using transformation methods If() and IfTrue(). The problem is th...
Hello devnet. Each pagetype has a unique identifier that you get to name upon creating the pagetype. It is a primary key that auto increments from 1. I would like to reference this column from an a...
Hi,I work with Kentico since a few months and I have a little problem to select a value among some others : I usually use something like @%# IfCompare(Eval(@X@), true, @@, GetImageByUrl(@~/media/pi...
Ok I've got problem with Eval function in document type transformation. I created document Type called @Poem@. After that I added three custom fields - I mean I clicked on green plus button titled ...