MihaMarkic / BlazorDevExtreme

Blazor interop for DevExtreme library
MIT License
30 stars 5 forks source link

Eliminate calls to DevExpress.ui.GridBase #24

Open sven5 opened 5 years ago

sven5 commented 5 years ago

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

Thanks Sven