I have a custom dataset(results of a api converted to dataset). I was able to display them as datasource for Unigrid but now I want to implement Uniselector to display it and select a single value....
We are trying to load data into UniSelector from database table created against the custom pagetype but we are unable to figure out how to mention the Object Type in this case. Like for custom tabl...
https://devnet.kentico.com/articles/module-development-ui-extenders I followed above link. I updated object type and Binding object type to the same class in properties.Created xml like in above li...
I am getting error on line 3 in browser console as modalDialog('dialogUrl value inside') is not defined. var dialogUrl = ApplicationUrlHelper.GetElementDialogUrl(@ModuleName@, @ElementName@); dia...
I am trying to use UniSelector to select multiple pages. Uniselector works fine, but returns pages in all culture. Do you know how to write where condition to show pages only with current culture?
Hi all,I've got a control and I want the user to be able to select multiple nodes. The nodes available need to be filtered by their type (ObjectType) however they are not limited to a single type.I...
I have a class have a text field using Localizable text box. And in another class. I'm using uniselector refer to this class. In Display format property i using this code {%TechDisplayName%}. But i...
I am using the UniSelector on a page type field to display multiple documents, except I only want child documents of the current page to be listed for the CMS Editor to select.In the WHERE clause o...
I have a page type with a field that uses a uniselector. I have the 'where' condition restricting to a single type of document. I'd like to also be able to restrict the uniselector to only allow ...
I have a page type with a field that uses a uniselector. I have the 'where' condition restricting to a single type of document. I'd like to also be able to restrict the uniselector to only docume...