[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexGridDetailProvider-1.DisposeDetailCell

DisposeDetailCell Property

DisposeDetailCell

Gets or sets the callback function that disposes of detail cells.

Declaration
[JsonConverter(typeof(FunctionConverter))]
public string DisposeDetailCell { get; set; }
Remarks

The callback function takes a Row as a parameter and disposes of any resources associated with the detail cell.This function is optional. Use it in cases where the createDetailCell function allocates resources that are not automatically garbage-collected.