Claus Vium

Results 143 comments of Claus Vium

It's generally recommended to use nvidia-docker, https://devblogs.nvidia.com/nvidia-docker-gpu-server-application-deployment-made-easy/

Hi @Manish2612 Do you have some example code?

@6pac I have noticed some odd behaviour in your example. When some rows are selected/checked and you collapse the group, the rows are still marked as selected. Example: https://imgur.com/a/VJxv9

I think most users would expect the same as me. It's even the default behaviour in Excel.

I'm not saying the selection should disappear, it should just be hidden along with the rows ie. selection should be tied to the specific data rows instead of the grid...

That I am not. I just used this example: http://6pac.github.io/SlickGrid/examples/example-grouping-checkbox-row-select.html, which doesn't seem to use it. I'll see if `SyncGridSelection()` does it... tomorrow at work. Thanks.

@6pac `SyncGridSelection()` did the trick, but if a selection is collapsed and you select some other rows, it will "forget" the collapsed selection. Multi-select is enabled, so it's just an...

@6pac Yes. I simply noticed some activity in this issue and jumped on it. As for the current problem, I have narrowed it down a bit. The `selectedRowIds` array is...

Are you using `.UseElasticApm` or `.UseAllElasticApm`? I had the same issue as you and I discovered that Elastic APM is "abusing" the service provider, specifically this line https://github.com/elastic/apm-agent-dotnet/blob/a6554a298ab9fe5f350a20fa32827c842ba396d7/src/Elastic.Apm.Extensions.Hosting/HostBuilderExtensions.cs#L70. I had...

Since this is a client capability issue I'm moving it to the iOS repo.