ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CollectionViewHelper Class / BatchEdit<T> Method
The type of data record
The request data
The edit action
The read action provides the newest data.

In This Topic
    BatchEdit<T> Method
    In This Topic
    Edits batch data accroding to the request and the edit action.
    Syntax

    Parameters

    requestData
    The request data
    editAction
    The edit action
    read
    The read action provides the newest data.

    Type Parameters

    T
    The type of data record

    Return Value

    The response data
    See Also