I have the following code for a widget property:[EditingComponent(DropDownComponent.IDENTIFIER, Order = 8, Label = @Image Focus Y axis@)] [EditingComponentProperty(nameof(DropDownProperties.DataSou...
HiI'm looking for some documentation or guidance on how I might go about adding a custom property to a custom form component that presents as a dropdown list. The list would have a dynamically popu...
Hi,I want to add two visibility conditions for a drop-down. My drop-downs visibility depends on other two fields value in the form.Is it possible to have a two visibility conditions for a single fi...
I am looking to have 2 drop-downs with multiple options populated from a custom table.My first drop down is populated by an SQL selection of a column in a custom_table.My second drop-down or just a...
Hello, I want to perform data type validation depending on the type that is selected from a drop down list. The drop-down list values are: int bool string date json. I want to present an error if t...
I have a field in a custom table with a type of drop-down list with several options.Is there a way for me to check the current table data as follows:loop through all selected optionsif current opti...
Hi, In a Custom Table I have a field of Integer Data Type and Drop Down List form control. The form control's data source is a list of options like: 1;Option 1 2;Option 2 3;Option 3While I create o...
Question - On a form, if User selects an option in a dropdownlist, can another fields dropdownlist control use a query depending on what the first dropdownlists option value was? Thanks.
Question. Using a Kentico forms table which has a dropdownlist with options. Depending on a given option selected, we would like to run a separate query. How would this be done? Some background: u...
I am creating a web part , for my property when I am selecting dropdownlist as a form control, data source does not display list of option, macro expression, sql query. Instead it displays error as...