Checkbox loses checked value in view, Edit mode
Hi,I have created a group of checkboxes wich the editors can check if wanted. My problem is that when a editor checkes for example:check box A and check box Bpublish itgoes back to the page in Edit...
View ArticleUIHint and DataAnnotations
I am trying to utilize data annotations and uihints to creat forms for my site. I am placing my data annotations on the properties of the view model for validation purposes and they are working just...
View ArticleCreating custom property question
Hello world!I'm new to the development of EPISERVER and have a question(and help!) regarding the creation of Custom Property:I need to create a Custom Property containing a list of existing Properties...
View ArticleEpiserver Forms display options works in edit but not in preview
Hi!I'm having odd issues with display options in the new Forms. The options are working as intended in edit mode, but when moving into preview or the live site the display options are ignored. I've...
View ArticleHow to use GetParetns from CurrentPage
How do I get all the parents of my CurrentPage? How do I use GetParents with Model.CurrentPage?
View ArticleExport and import files from v 6 to 7
Hi!I'm trying to export all files and just the files from episerver 6 to episerver 7. Can I only do this one by one? I don't have the same structure or pagetypes in my new cms so I just want all the...
View ArticleHow to check EPiServer version of website?
Hi,Someone's asking me what specific version of our EPiServer site we're using.How could I check the actual version of CMS, relate, and Mail we're using right now? Where could I check it?Thanks.
View ArticleBlob files correlation in DB
Hi,I'm having an issue trying to correlate the blob GUID of a newly uploaded image in media panel with the url of the uploaded image. I didn't find anything so far. Do you think you can help me? Is...
View ArticleDefault View in Episerver
Hi,Is there a way to set the default view as All Property view instead of On page edit view?Thanks,Hari
View ArticleDisplaying properties in EPIserver
Hello world!I have a question about the design of properties in epi .in the mode “all properties”.Properties type are seen : String : ISelectionFactory: Date Time: Html : But in “on page editing” the...
View ArticleAddon with zipped content folder and razor views
I have an addon that consists of a couple razor views.When I zip the views folder up and place it in the modules directory I get the following error on my views:Compiler Error Message: CS0103: The name...
View ArticleUsing EPiServer Search for files
I have installed EPiServer Search and it works fine to search for pages. However, I can't get it to include files in the search results. Searching files works in the edit mode so indexing seems to...
View ArticleUIHint and DataAnnotations
I am trying to utilize data annotations and uihints to creat forms for my site. I am placing my data annotations on the properties of the view model for validation purposes and they are working just...
View ArticlePreviewing Blocks Error
I am very new to Epi, and I am setting up our project from the ground up. I have run into an issue where when I try and create a PreviewPage to be able to preview my block. I have looked online at...
View Articleextend EPiServer.Framework.IInitializableModule from episerver.framework.dll
I have found an article by Al Higgs here: http://world.episerver.com/blogs/al-higgs/dates/2012/11/Restricting-the-file-types/ about extending EPiServer-specific behaviour (e.g. allowing additional file...
View Articleorder PageDataCollection per tree structure
Hello y'all! Is there a way to order as per tree structure view a PageDataCollection in version 6 of episerver?
View ArticleIList as a field in a Block
Hi All,Very recently I came to know that I could have IList as a field in a Block. Following is the field I have added.[EditorDescriptor(EditorDescriptorType =...
View Articleoverride/extend classes from episerver libraries
Does anyone have experience with overriding classes from episerver dll?I have created a custom class with the same name as the original (from episerver.UI.dll) in my local namespace, starting from the...
View ArticleIs this add category programmatically function a bug?
I've noticed that when adding categories to a page programmatically like this, Episerver doesn't save any categories.newsPage.Property.Set("PageCategory", new PropertyCategory()); newsPage.Category =...
View Articlecall CurrentPage from property type definition
[PageTypeProperty( EditCaption = "My property", Required = true, Type = typeof(MyCustomPropertyType))]public virtual string MyProperty { get; set; }Inside my MyCustomPropertyType (subclass of...
View Article