BlazorDevExtreme icon indicating copy to clipboard operation
BlazorDevExtreme copied to clipboard

Blazor interop for DevExtreme library

Results 15 BlazorDevExtreme issues
Sort by recently updated
recently updated
newest added

blazer server side controller how to call jsruntime it says null

Hi Miha, I was able to find some minutes to create a pull request with my additions of a demo for the Dxdatagrid component with a template column. Regards Sven

Thanks for the work that's been done on this guys - it gives an instant boost to using devexpress on blazor while we wait for the native controls to come...

I tempted to discontinue the project since DevExpress [announced](https://community.devexpress.com/blogs/aspnet/archive/2019/04/02/announcing-devexpress-ui-for-blazor-razor-components-preview.aspx) official Blazor support. Keeping this alternative doesn't make much sense anymore. Thanks for all the comments and contribution, it has been...

As things going on, Blazor 0.8 has been released recently. It would be nice to update the references. Regards Sven

Hi, **1.** it's necessary to call `JSON.parse(value)` for the SetOptions js functions - especially for setting the DataSource. Example: ``` function BlazorDevExtreme_DxDataGrid_SetOption (element, key, value) { const option = JSON.parse(value);...

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...

Hi Miha, I was successful in setting a widget's value back to Blazor. It would be great to have this functionality for all widgets. Currently I manually implemented some changes...

Since the 18.2.4 release of DevExtreme, there is a new control called HtmlEditor (See example [here](https://js.devexpress.com/Demos/WidgetsGallery/Demo/HtmlEditor/Overview/NetCore/Light/). Could you please update the wrappers to include the new widget. Thanks Sven

@MihaMarkic Hi, Unfortunately, it's become very quiet here. 😢 Today I came across another problem. When using the DxFileUpload widget and attach the OnValueChanged event the following error is thrown:...