I have installed Umbraco to loacl machine via WebMatrix. It is version 7.1. Then I updated Umbraco as it is written in instructions - copy folders bin, Umbraco and Umbraco_Client over initial ones. There was updating in back-office as well.
But, when I want to add grid property editor to some Document Type, it is not in list:
Does someone know why grid editor is not in list? Did someone face the same issue?
Change your version in Clientdependency.config to something else (just add 1 to the current version) and make sure to thoroughly clear your browser cache. It's almost always just caching that's the problem.
Well, I don't know then.. Maybe you should try our latest nightly build instead, there have been some updates since the alpha release: http://nightly.umbraco.org/umbraco%207.2.0/
i'm trying the 7.2 beta version and i also can't find the grid datatype. can anyone tell me if i need to make some manual setup. i've looked into the umbraco/views and js folder and it's all there. but i can't see the grid datatype
Can't find grid datatype after update to v. 7.2.0
Hi!
I have installed Umbraco to loacl machine via WebMatrix. It is version 7.1. Then I updated Umbraco as it is written in instructions - copy folders bin, Umbraco and Umbraco_Client over initial ones. There was updating in back-office as well.
But, when I want to add grid property editor to some Document Type, it is not in list:
Does someone know why grid editor is not in list? Did someone face the same issue?
Thanks
Change your version in Clientdependency.config to something else (just add 1 to the current version) and make sure to thoroughly clear your browser cache. It's almost always just caching that's the problem.
Thank you for advice, Sebastiaan. But it didn't work.
Maybe any other ideas?
Check that the folder Umbraco\Views\propertyeditors\grid exists and in Umbraco\Js\umbraco.controllers.js a
GridController
should be defined.Turn off debug mode if it's still on, that might help (in web.config -> compilation -> debug="false").
Well, everything is like you wrote. But no grid item in drop-down list for type of new property.
Well, I don't know then.. Maybe you should try our latest nightly build instead, there have been some updates since the alpha release:
http://nightly.umbraco.org/umbraco%207.2.0/
OK, I will try it.
Thank you, Sebastiaan, for your answers!
Hello guys,
i'm trying the 7.2 beta version and i also can't find the grid datatype. can anyone tell me if i need to make some manual setup. i've looked into the umbraco/views and js folder and it's all there. but i can't see the grid datatype
@Double did you try to go to the Developer Section > DataTypes > Add > Choose Grid from the dropdown?
thks a lot Sebastiaan. i did't realize that i need to create a new one.
is working on a reply...