Sven Glöckner

Results 30 issues of Sven Glöckner

It would be nice to pass custom additional parameters to Google Analytics, such as customer number. Thanks

feature

Hi, Thanks for this great tool! It would be great to see other selection modes, i.e. year, month, week... Especially I'd need the week option to show and select calendar...

enhancement
work in progress

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

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

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