umbraco-doc-type-grid-editor icon indicating copy to clipboard operation
umbraco-doc-type-grid-editor copied to clipboard

Doc Type Grid Editor for Umbraco 8.6+

Results 16 umbraco-doc-type-grid-editor issues
Sort by recently updated
recently updated
newest added
trafficstars

I Have upgraded my v7.15.7 site to v8.5.4 but some compatibility issues come up for DTGE v0.6.1 like no value selected for radio button list under nested content on edit...

This should fix https://github.com/skttl/umbraco-doc-type-grid-editor/issues/278.

With the update to Umbraco 10 DocTypeGridEditor moved to a RazorClassLibrary but all views are now missing if used with the example configuration: ```javascript [ ... { "name": "Doc Type",...

If we have a NestedContent element with a grid inside of it and the NestedContent section is open and there is a DocTypeGridEditor element inside the grid and then Save...

A client has reported that the error messages don't disappear after fixing them. Is this a known bug?. I have the impression that we have already discussed this before ;)...

up-for-grabs

Hi, with the 1.2.6 upgrade I'm not able to save a newly created grid component which has previously failed a validation of required fields. I have also upgraded from Umbraco...

bug
up-for-grabs

When using Dtge v9.0.0 in Umbraco v9.01 using insert / edit link when having inserted a Rich Text Editor into the grid causes a JS error of. ``` umbraco-backoffice-js.js.v1:152 TypeError:...

umb 9.0.1 and dtge 9.0.0- rc001 having an issue only when udpating properties in a dtge in the backoffice Using the umbracoContextAccessor to get the current node ``` // umbraco...

I have a (test) really simple view for this grid block: ``` @inherits UmbracoViewPage @using Umbraco.Web.Models @{ var image = Model.Value("image"); } TEST ``` If the image is not selected...