D
Daniel Serra
Hi there (sorry for the cross-post),
I have a problem that I am not sure quite how to resolve. I have a series of
datasets, with grids being bound to any one of the datasets. These datasets
can get updated quite frequently (upwards of 10-20x per second, sometimes
just once a second), with each update often involving multiple row
addition/deletion as well updates. Originally I had the datasets created in
the same thread as the UI, which worked fine, but was a dog. What I would
like to do is have the dataset updates happen on another thread, and have
the grids show changes only once every 1/4 second (in effect throttling the
updates and allow for a more responsive UI). I have had limited success with
this as grid data sometimes seems to go missing, and was wondering if
anybody has had any experience in dealing with rapidly changing bound grids,
and if so what approaches you took?
Cheers
I have a problem that I am not sure quite how to resolve. I have a series of
datasets, with grids being bound to any one of the datasets. These datasets
can get updated quite frequently (upwards of 10-20x per second, sometimes
just once a second), with each update often involving multiple row
addition/deletion as well updates. Originally I had the datasets created in
the same thread as the UI, which worked fine, but was a dog. What I would
like to do is have the dataset updates happen on another thread, and have
the grids show changes only once every 1/4 second (in effect throttling the
updates and allow for a more responsive UI). I have had limited success with
this as grid data sometimes seems to go missing, and was wondering if
anybody has had any experience in dealing with rapidly changing bound grids,
and if so what approaches you took?
Cheers