Registers the scripts neccesary to make the tri-state controls work inside a RadAjaxPanel

Namespace: DotNetNuke.Security.Permissions.Controls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void RegisterScriptsForAjaxPanel()
Visual Basic
Public Sub RegisterScriptsForAjaxPanel

Remarks

No need to call this unless using the PermissionGrid inside an ajax control that omits scripts on postback See DesktopModules/Admin/Tabs.ascx.cs for an example of usage

See Also