Grid refresh problem

I

inr

Hi All,

Currently I am developing an application in C# windows based.
In my application I am using the DataGrids. In one of the screen I have
two grids, in which,
all the files processed will be displayed in the First grid. On
clicking a row(a file) in the first grid the error description for that
file will be displayed in the second grid.

The application works fine as explained above, but when we use the
application from remote machine using PCAnywhere, the error description
is not displayed correctly in the grid.

But when we connect the remote machine through VNC, it works fine.

Please help me, why this problem occurs when the remote machine is
accessed through PCAnywhere.

Thanks in Advance,
Ayyanar...
 
G

Guest

I would suggest it is a problem with PCAnywhere, maybe you need to invalidate
the grid to make sure it draws again. perhaps pc anywhere is caching the look
of the control.

HTH

Ciaran O'Donnell
 

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

Top