Hi everyone, I'm using this datatype for the first time and I'm having troubles getting data with Razor
(umbraco v6.1.6)
My page (UmbracoTemplatePage) have a field of DataTypeGrid.
I can retrieve the raw value of the field with @Model.Content.GetProperty("field"), but I have no idea how to bind it to the model DataGrid (@Model.DataTypeGrid throws an exception)
Need some help with DataType Grid
Hi everyone, I'm using this datatype for the first time and I'm having troubles getting data with Razor
(umbraco v6.1.6)
My page (UmbracoTemplatePage) have a field of DataTypeGrid.
I can retrieve the raw value of the field with @Model.Content.GetProperty("field"), but I have no idea how to bind it to the model DataGrid (@Model.DataTypeGrid throws an exception)
Do you have any suggestion? Thank you.
Alex
is working on a reply...