Hello!I have created two widgets in Kentico 13 (.NET Core). In my first widget, I need to add an editable area so that I can place other widgets or tables inside it dynamically. However, as per my ...
Hi Team, we need to get the dynamic list from custom table and then need to populate the datasource of the multiple choice component. public const string listed = @test\r\ntest2@;[EditingCompo...
In the news page displaying all the news, In home page I want dispaly latest 3 news only. If I try to add @News widget@ in home page it's displaying all news. How to display lates 3 news in home pa...
Hi,I'm on v13.0.124I don't have the issue for instantiating an empty collection of PathSelectorItem but I do for ObjectSelectorItem. I also tried setting it as a new List but that also returns null...
Hello Everyone,I'm facing weird issue after an upgrade from Kentico version 12 to Kentico version 13. In admin when trying to open any off the widget or section property configuration modal window ...
I have created a listbox widget with the help of this post link text. But in my widget properties I have a dropdown also. Currently on dropdown value change listbox values are retaining. I don't wa...
When trying to use a TextInputComponent as an EditingComponent in widget properties how do you make it so that it is not required?The documentation on this page states that you should use the [Requ...
I have created a User based form in Kentico 13 and Also created the Admin form in the CMS that has some default values to its widget properties. I want to use the field values from the Admin form i...
Hi team,Need to know how to apply validation rules on widget properties. Like suppose I'm using the [EditingComponent(TextInputComponent.IDENTIFIER, Label = @{$Atlas.QuoteWidget.Author$}@, Order ...
I've been searching documentation on how to add a depending fields into widget properties. If I have a dropdown with 3 options, if 1st option is selected another field appears as a page selector fo...