Hi
I have a hierarchical grid that is bound to a DataSet. When I load new data into the grid the area where the grid is becomes black, which does not look very nice. Is there any way to avoid that black area? I set the UseOsThemes to false.
CheersDan
Hi Dan,
It's hard to say since I am not really sure what's causing this or exactly what you mean. Can you post a screen shot of what these black areas look like?
What exactly is your code doinbg when this happens? Can you explain in more detail exactly what "load new data in the grid" means? Are you setting the grid's data source, changing the data in the grid, changing the data in the underlying data source, or what?
Hi Mike
Unfortunately I'm not able to upload images because of our security system.
When I initialy load the data into the underlying data source (a DataSet), the whole rectancle where the grid control should be is black, afterwards when I load new data, the previously selected row and and the rectancle of the combobox, from where I selected the new data, is black.