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

This library look very interesting!!! Is it possible to provide more examples for f.e. datagrid, autocomplete etc. That would be very helpful.. Thx!

Hi Miha, I'm currently trying to attach to the event Datagrid.OnInitialized. Though I set OnInitializedEnabled to true the event is not being called. While searching through registration.js I found out...

I have added a couple of examples (datagrid, scheduler) to your app. I can submit a pullrequest if you wish.

Miha, I added a datagrid example and a scheduler example. Both getting their data from a service. Regards, Geert

Hi Miha, I was successful in creating a Datagrid bound to simple object data. The grid works with filtering and paging. However, I need a custom cell and the possibility...

enhancement