show / hide menu

GridRemoveFile

This Function is used to Remove File from FileUpload control inside Dynamic Grid.


Syntax:
GridRemoveFile(DynamicGridControlName, RowIndex, ColumnIndex)
where
DynamicGridControlName : Dynamic Grid Control Name.
RowIndex: The row index of the Dynamic Grid Control from which the file upload value needs to be removed.
ColumnIndex :Column Index of Dynamic Grid Control from which the file upload value needs to be removed.

Example:
GridRemoveFile(DynamicGrid1, 2,1)