A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class GridViewUpdateExtender

Control extender for Grid view support.

Inheritance
System.Object
GridViewUpdateExtender
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 12.17.2
Syntax
public class GridViewUpdateExtender : ExtenderControl

Constructors

GridViewUpdateExtender()

Declaration
public GridViewUpdateExtender()

Properties

ActionList

Gets the action list.

Declaration
public List<ClientGridAction> ActionList { get; }
Property Value
Type Description
System.Collections.Generic.List<ClientGridAction>

The action list.

ControlUpdateId

Gets or sets the control update id.

Declaration
public string ControlUpdateId { get; set; }
Property Value
Type Description
System.String

The control update id.

GridId

Gets or sets the grid id.

Declaration
public string GridId { get; set; }
Property Value
Type Description
System.String

The grid id.

Methods

GetScriptDescriptors(Control)

Declaration
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors(Control targetControl)
Parameters
Type Name Description
System.Web.UI.Control targetControl
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor>

GetScriptReferences()

Declaration
protected override IEnumerable<ScriptReference> GetScriptReferences()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference>

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer