Weird datagrid visual problem

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

I'm having some a really weird issue with datagrids. Basically they work
fine until you update the data while a cell is selected. If you do that
then the old selected cell will remain on the screen and be on top of the
new data. You can scroll the new data and the old cell will stay in the
same position. You can even click on the old cell and move the cursor
around in it. Does anyone know why this is happening?
 
Hi,

Marco said:
I'm having some a really weird issue with datagrids. Basically they work
fine until you update the data while a cell is selected. If you do that
then the old selected cell will remain on the screen and be on top of the
new data. You can scroll the new data and the old cell will stay in the
same position. You can even click on the old cell and move the cursor
around in it. Does anyone know why this is happening?

I only know that other people had the same problem, i have not seen it
myself.

Most people claim it is caused by either readonly (DataGridColumnStyles) and
/ or net1.1 sp1.

Do a google ng search for :
"+datagrid +refresh +readonly"
or
"+datagrid +readonly +sp1"


Greetings
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top