November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Custom..
[CultureSpecific]
[Range(1, 50)]
[Display(Name = "Max. rows", Description = "Max. number of rows to be shown, between 1 and 50", Order = 2)]
public virtual int MaxRows { get; set; }
Sorry, what I meant with custom is if there were a DOJO implementation that you have done yourself of if you are using the builtin for property. Reading your code, I think you are using the built in.
I do not know if it is this but if you want to use propertynumber (int) you should declare it as int32, see here:
http://world.episerver.com/Blogs/Alexander-Haneng/Dates/2012/7/How-to-define-properties-in-EPiServer-7---A-quick-reference/
Try to change it to Int32 and see if somehting gets better
Ohh okay - yeah its builtin. Thought you asked if it was an out-of-the-box property allready available in EPiServer content.
Doesn't help to change it to int32.
I tried it now on one of our sites with the sortindex property and it did trigger with one click but it took nearly 30 sek after I had changed the value and clicked somewhere else on the page.
Try if that one works the same as your other
True, I noticed that I tried in a 7.1 site, now I tried in a 7.6 and there is no response.
I will make a bug report on it
Sviatlana, Can't find it either, strange.
Will ask EPiServer and get back to you
Sviatlana. this is the response I got from EPiServer:
The triage has not yet been completed and hence not made it to the list as of yet
Thank you)
Next errors were in console, when I used the int property:
body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode.
body.scrollTop is deprecated in strict mode. Please use 'documentElement.scrollTop' if in strict mode and 'body.scrollTop' only if in quirks mode.
This bug is now solved in the latest release:
http://world.episerver.com/Documentation/Release-Notes/ReleaseNote/?releaseNoteId=114441
And now it is back :)
http://world.episerver.com/Documentation/Release-Notes/ReleaseNote/?releaseNoteId=114441
And now it is back :)
http://world.episerver.com/Documentation/Release-Notes/ReleaseNote/?releaseNoteId=114441
When changing a numeric property in the backing system using the arrows, the change is not detected when incremented by 1, so you can't publish the page. If you increment it by two (double click) - the change is detected.