Just Following Link … http://code-desk.com/web-development/how-to-create-local-package-in-umbraco-7.html
ASP.NET
How To Call GetGridHtml Recursive ?
I want to use the current or parent’s DocType grid property in a view. Is there a way to make a call to GetGridHtml recursively, similar to GetPropertyValue’s ability to pass a boolean as the second paramater? I can do something like this. @Html.GetGridHtml(Model.Content.GetProperty(“propertyAlias”, recurse: …