Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I am NOOB to Umbraco.
I have installed Umbraco 7.2.5 latest version.
In that I have seen Grid Data type. its working fine. But it is applying custom template.
I want to inject my html in it.
I am confused how can it be done?
Any help or suggestion would be appreciated.
Thanks.
Regards,
Vrushank Shah
Hi Vrushank,
you can render your html like below where "Bootstrap2" is your html (Bootstrap2.html)
@Model.Content.GetGridHtml("testbody","Bootstrap2")
This will directly map your data into grid layout
Hope this will use full.
Regards
Mehul Gajjar.
Hi Mehul,
Thanks for reply.
This solve my issue.
Glad to hear that your problem is solve
Cheers,
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to apply custom html template in grid
Hi,
I am NOOB to Umbraco.
I have installed Umbraco 7.2.5 latest version.
In that I have seen Grid Data type. its working fine. But it is applying custom template.
I want to inject my html in it.
I am confused how can it be done?
Any help or suggestion would be appreciated.
Thanks.
Regards,
Vrushank Shah
Hi Vrushank,
you can render your html like below where "Bootstrap2" is your html (Bootstrap2.html)
@Model.Content.GetGridHtml("testbody","Bootstrap2")
This will directly map your data into grid layout
Hope this will use full.
Regards
Mehul Gajjar.
Hi Mehul,
Thanks for reply.
This solve my issue.
Regards,
Vrushank Shah
Hi,
Glad to hear that your problem is solve
Cheers,
Mehul Gajjar.
is working on a reply...