GridViewBatchEditChangesCancelingEventArgs Interface
Declaration
export interface GridViewBatchEditChangesCancelingEventArgs extends CancelEventArgs
Important
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Properties
deletedValues Property
Declaration
deletedValues: any
Property Value
insertedValues Property
Declaration
insertedValues: any
Property Value
updatedValues Property
Declaration
updatedValues: any
Property Value