GridViewSettings.HtmlRowCreated Property
Allows you to initialize elements contained within the grid templates, when a table row has been created.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ASPxGridViewTableRowEventHandler | A ASPxGridViewTableRowEventHandler delegate method allowing you to implement custom processing. |
Remarks
This event is raised for each row, displayed within the current page, when the corresponding HTML table row is created. You can handle this event, for example, to initialize web controls contained within grid templates.
See Also