Skip to main content

GridViewModel.ProcessCustomBinding Method

Name Parameters Description
ProcessCustomBinding(GridViewCustomBindingGetDataRowCountHandler, GridViewCustomBindingGetDataHandler, GridViewCustomBindingGetGroupingInfoHandler) getDataRowCountMethod, getDataMethod, getGroupingInfoMethod Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
ProcessCustomBinding(GridViewCustomBindingGetDataRowCountHandler, GridViewCustomBindingGetDataHandler, GridViewCustomBindingGetSummaryValuesHandler, GridViewCustomBindingGetGroupingInfoHandler, GridViewCustomBindingGetUniqueHeaderFilterValuesHandler) getDataRowCountMethod, getDataMethod, getSummaryValuesMethod, getGroupingInfoMethod, getUniqueHeaderFilterValuesMethod Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
ProcessCustomBinding(GridViewCustomBindingGetDataRowCountHandler, GridViewCustomBindingGetDataHandler, GridViewCustomBindingGetSummaryValuesHandler, GridViewCustomBindingGetGroupingInfoHandler) getDataRowCountMethod, getDataMethod, getSummaryValuesMethod, getGroupingInfoMethod Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
ProcessCustomBinding(GridViewCustomBindingGetDataRowCountHandler, GridViewCustomBindingGetDataHandler, GridViewCustomBindingGetSummaryValuesHandler) getDataRowCountMethod, getDataMethod, getSummaryValuesMethod Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
ProcessCustomBinding(GridViewCustomBindingGetDataRowCountHandler, GridViewCustomBindingGetDataHandler) getDataRowCountMethod, getDataMethod Delegates the implementation of grid view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.