AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageDataTableToolList..::..OnClientLoadedFunction Property

Name of JavaScript function to call after data table has been loaded. Signature needs to be defined as functionName(sender, data, type, row, meta) Usage: OnClientLoadedFunction = "functionName";

Namespace:  AdvantageCMS.Web.UI.Admin.Tools
Assembly:  AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)

Syntax


public string OnClientLoadedFunction { get; set; }

Field Value

The on client loaded function.