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 new to kentico cms.I am working on existing kentico project.In that one unigrid used for displaying record from database and for binding unigrid they were using @query@ property of unigrid.But...
Hello,Is it possible to use the query data source and filter as widgets on a basic repeater widget? I ask because the DataSourceName for repeater asks for web part control ID and the query data sou...
I have a need to output the entire cms.user as a js object array that can then be consumed by client-side JS code.I thought the query data source would allow access to any Kentico table. However, ...
I'm trying to use a Query data source webpart together with a stored procedure from a custom table. How can I pass a parameter to the StoredProc?
I'm new to kentico and I would like to use a Query Data Source in conjunction with a Repeater that has a selected transformation to list the results of the query AND a selected item transformation ...
Hi. I am attempting to write a transformation that retrieves the URL for a given document (page) from the data retrieved via a custom query in a Query Data Source web part.While the custom query h...