We are using GridTableViewer in our project, and while it works fine
updating item texts and images, I couldn't find the way to update checked
state of the item for a certain column according to the model changes. Can
anyone advise on how to do this? For now we only need to update it at the
grid creation time, so we can just do that by hand, but we'll definitely
need to track real-time changes in the future.