Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2090
XamDatagrid 16.2 and Intel HD graphic cards
posted

Hello,

I am creating using a XamDatagrid (16.2.20162.2109) that is partly created in code behind (with a dynamic number of columns). When the user starts a refresh all the underlying bindings are created again and send OnProperyChanged("nameofproperty"). The structure of the binding is complex and some bound attributes (eg. the color of the cell) are derived from a substructure inside the binding.

XamDatagrid is bound to a property Ressourcen = ObservableCollection<AERow>. Each AERow has a List<AEColumn> that presents one day. Each AEColumn has a List<AEDetails> that contain all details about one resource at one day.

In most of of he cases this works perfect. Some customers have reported that Refresh shows only a white grid and that the functions (eg. doubleclick on a cell) do not work. I could see this problem at a customer site and have looked for common aspects. It turns out that the only common aspect I could see so far are the display cards. In all cases it is an Intel onboard card. It can be HD4600, Iris HD450. The systems are running on Win7 or Win10. I have also seen a number of installations with Intel HD cards that work without troubles.

My question: Is there any known issues arround specific display cards?

Thanks

Niko