Sven Glöckner

Results 52 comments of Sven Glöckner

Hi @isc30 You could implement the possbility to add [custom dimensions & metrics](https://support.google.com/analytics/answer/2709828). Then, it should be possible to add custom fields, i.e. customer number. Thanks

Hi Nick, would be glad to see this feature in an upcoming release. Thanks Sven

@smithgor Just giving some advice: Currently, with .net core 3.0 preview 3 you have to manually copy the registration.js to your razor components app and include the reference in index.html

Hi @MihaMarkic Thanks for your great effort on this project. In the meantime I worked around some issues using my fork. I really appreciate the announcement of DevExpress. However, there...

It would be great if you could implement this change in your automatic code generation tool because doing it manually is very time-consuming. But for the moment, as you are...

Update: I want to attach the OnInitialized event of the datagrid to call some JS to be able to attach an Web API AspNet data store. I was successful in...

I attached to the `onContentReady `event to set the grid's datasource by JavaScript. the `onInititalized `event is not suitable because the grid is not ready yet. Update: I have successfully...

@MihaMarkic I was able to create a simple grid with template column, please see [#16](https://github.com/MihaMarkic/BlazorDevExtreme/pull/16). However, you already implemented my simple grid demo. Our changes have overlapped. Maybe you simply...

@GeertDeltour Currently I'm struggling with saving edited/added datagrid data. Did you already find a solution for this? I tried to setup a datasource using Web API but the [DevExtreme Sample](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/WebAPIService/jQuery/Light/)...

@GeertDeltour I was succesful in binding the datagrid to a Web API backend with all CRUD operations working. But I had to fix some event handling code, see my [issue...