MapperUtilsTelerikSetupPrerequisites Method |
Set up prerequisites for the Telerik Rad controls.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool TelerikSetupPrerequisites(
Page pg
)
Public Shared Function TelerikSetupPrerequisites (
pg As Page
) As Boolean
Parameters
- pg
- Type: System.Web.UIPage
The hosting page.
Return Value
Type:
BooleanTrue if the RadScriptManager was added.
See Also