This is an inheritance problem. Many calls from DxDataGrid.cshtml are using BlazorDevExtreme_GridBase JS functions. These functions call to DevExpress.ui.GridBase - but this class does not exist. They should call DevExpress.ui.dxDataGrid.
In particular, Dxdatagrid should call BlazorDevExtreme_DxDataGrid_SetOption
This is an inheritance problem. Many calls from
DxDataGrid.cshtml
are usingBlazorDevExtreme_GridBase
JS functions. These functions call toDevExpress.ui.GridBase
- but this class does not exist. They should callDevExpress.ui.dxDataGrid
.In particular, Dxdatagrid should call
BlazorDevExtreme_DxDataGrid_SetOption
Thanks Sven