python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
OrderBy does not order correctly
I have the following query
var predicate = PredicateBuilder.True<SearchModel>();
predicate = predicate.And(x => (templateIDs.Contains(x.TemplateId))); // To match certain templat...

Anthony Fernandes
Votes: 0
Answers: 1
Set the standard values based on condition
I have 2 items: "Collection" and "Category". Both of them use the same template A which has field IsCollapse. When I create any new collection it should have the default value of t...
Dharm
Votes: 0
Answers: 1
Sitecore - Is it possible to have target="_blank" on Image SXA Component
Is it possible to send user to another page, for example in this case www.stackoverflow.com, when user clicks on the image? Basically right now, when someone clicks on the image itself it does not sen...

Samke11
Votes: 0
Answers: 0
enable/disabling tracking consent with sitecore 10.1
Has anyone worked with enabling/disabling tracking consent with sitecore 10.1?
I tried the below but it does not seem to work as consentChoice.IsGiven is always returned as true(even after the revoke ...
Nikita G
Votes: 0
Answers: 1