ASP.NET Core MVC Controls | ComponentOne
In This Topic
    ICollectionViewResponse Interface
    In This Topic
    File
    c1.mvc.collections.js
    Module
    c1.mvc.collections
    Implements
    IOperationResult

    The data callback response messages.

    Properties

    Properties

    columnData

    The request one column data.

    Type
    any[]

    items

    The requested data items.

    Type
    any[]

    operatedItemResults

    The results of the data operations: create, update, delete and batch edit.

    Type
    ICollectionViewItemResult[]

    pageIndex

    The page index.

    Type
    number

    totalItemCount

    The total item count before paging.

    Type
    number