This post is on the older side and its content may be out of date.
Be sure to visit our blogs homepage for our latest news, updates and information.
Here’s a quick way to achieve a “random” sort using native Sitefinity widgets. This requires no custom code but is probably a completely “off label” use of the property involved. Moving on…
Locate the SortExpression field for the widget you want to modify. Using DynamicContent as an example, click “Edit” then click through to Advanced -> ControlDefinition -> Views -> DynamicContentMasterView. SortExpression can be found near the bottom of the list.
Once you’ve located the field, paste the following expression there.
DateCreated.ToString().Substring((DateTime.Now.Second % 10), 4)Subscribe to get all the news, info and tutorials you need to build better business apps and sites