Adding ScriptManager to _Layout.vbhtml

Hi,

On step 6a in the link below only gives an example for the Layout.cshtml entry. Can you please provide the VB code also. thanks.

help.syncfusion.com/ug/asp.net%20mvc/grid/default.htm#!documents/howdoiaddessentialgridtothesimplerazorapplication.htm










1 Reply

BM Bala Murugan A.S Syncfusion Team February 19, 2013 09:51 AM UTC

Hi ceall odunlaing,

Thanks for using Syncfusion Products.

Please refer the below vb code to add script manager.

[_layout.vbhtml]

 @code
        Html.Syncfusion().ScriptManager().Render()
 End Code

_Layout.vbhtml file:  _Layout.zip
 

Please let us know if you have any other concerns.

Regards,
Bala Murugan A.S

Loader.
Up arrow icon