I currently have the following code for a components property to be shown as a drop down.public const string MY_DATASOURCE = @1;Value1\r\n2;Value2\r\n3;Value3@ EditingComponent(DropDownComponent.I...
Hello people,I'm trying to create a unigrid with external datasource(generated from the code) in custom module, but I'm getting the following error:[AbstractUserControl.ShowMessage]: Page is not 'C...
Our company is switching from website (codefile) to precompiled (codebehind), on Kentico 11. We had custom webparts, one being cloned from Kentico's DocumentsDataSource.ascx.cs file. However in t...
I am using the following where clause to query my pages from a blog via a pages data source web part:'{%EventDate %}' @ '{%GetDateTime(DateTime.Now)#%}' When this query runs in the pages data sou...
I have a pages data source web part on my blog that grabs blog posts from the folder. From there it hands them off to a basic repeater that gives a snippet of text and an image for each blog post.I...
Hi,I have a dropdown list. The data source looks like that: image_from_js; image_name_to_displayI would like to replace that image_from_js with an image from media libraries. Is this possible?Thank...
Is it possible to hide a dropdownlist option depending on the current user's role? Thinking of a Macro expression to hide a specific dropdownlist option. Using a Custom Table Alternate form @ Data ...
I have a form with 2 dropdown fields. The value of the first needs to be taken into account when populating the data source of the second. I have the dependant field checkboxes correctly set.I've t...
I have custom web part, there is ucSitemap control (inherites GoogleSitemap). In SetupControl i assign properties to ucSiteMap and then call ucSiteMap.ReloadData(true) ... ucSiteMap.SiteName =...
I’m working on a custom module and I’m having a strange issue I’m probably overlookingI have a CMSQueryDataSource that is creating a datasource from a custom query that pulls information from a cus...