So I've fixed my other problem with the grid not calling my web service and now things are half working. I've got a background thread that's adding objects to a collection (thread safe) every second, and the grid simply refreshes every second and displays all of these objects. This works fine until there are more than 10 objects in the collection, then the grid stops displaying all of the objects fields except one. Screen shot below:
The EventTime is a DateTime property of the object, so the grid is for some reason displaying that property, but ignoring all of the other properties on all objects after Message 21. Any idea's what's going on?
The EventTime is a DateTime property of the object, so the grid is for some reason displaying that property, but ignoring all of the other properties on all objects after Message 21. Any idea's what's going on?