Skip to main content

GridLookupViewModel.ProcessCustomBinding Method

Name Parameters Description
ProcessCustomBinding(GridViewCustomBindingGetDataRowCountHandler, GridViewCustomBindingGetDataHandler, GridViewCustomBindingGetGroupingInfoHandler, GridViewCustomBindingGetRowValuesHandler) getDataRowCountMethod, getDataMethod, getGroupingInfoMethod, getRowValueMethod Delegates the implementation of the GridLookup’s grid view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.
ProcessCustomBinding(GridViewCustomBindingGetDataRowCountHandler, GridViewCustomBindingGetDataHandler, GridViewCustomBindingGetRowValuesHandler) getDataRowCountMethod, getDataMethod, getRowValueMethod Delegates the implementation of the GridLookup’s 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, GridViewCustomBindingGetRowValuesHandler) getDataRowCountMethod, getDataMethod, getSummaryValuesMethod, getGroupingInfoMethod, getUniqueHeaderFilterValuesMethod, getRowValueMethod Delegates the implementation of the GridLookup’s grid view model population in the custom data binding mode to Model-layer functions specified via the method’s parameters.