I have the following in the grid.editors.config.js so I can add a slider on a home page. I have the problem that the custom viewPath isn't being picked up however, it is set to "/Views/Partials/Grid/Editors/DocTypeGridEditor/". The preview path works however the actual view path does not.
Does anyone know why the viewPath would not be getting picked up.
It looks like it was cached. I touched the web.config several times as I usually do when something doesn't update yet it didn't fix the problem. However after coming back to the site after working on something else for a couple of hours it works.
Problem with View Path
I have the following in the grid.editors.config.js so I can add a slider on a home page. I have the problem that the custom viewPath isn't being picked up however, it is set to "/Views/Partials/Grid/Editors/DocTypeGridEditor/". The preview path works however the actual view path does not.
Does anyone know why the viewPath would not be getting picked up.
My config is as follows
}
Hi Suzy,
Just to check, have you restarted the website's app-pool? (e.g. touched the web.config)
It might be that the only values are still cached in memory.
Cheers,
- Lee
It looks like it was cached. I touched the web.config several times as I usually do when something doesn't update yet it didn't fix the problem. However after coming back to the site after working on something else for a couple of hours it works.
The cache strikes again :(
Frustrating that it didn't clear the cache initially, but glad to hear it worked eventually.
is working on a reply...