London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class GridViewUpdateExtender

Control extender for Grid view support.

Inheritance
System.Object
GridViewUpdateExtender
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
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