I posted this on the crystal reports we site, I apologize for the double posting.
-----------------------
I have a crystal report viewer on a form with a Datagridview. The idea
is that when a user selects a row in the dgv then the contents of the
report is changed. The changing is fine, the problem is that after
changing a row the user must double click the row they want to change
to in order to switch rows (The double clicking is neccesary for any
other control on the form). I have determined that the
"CrystalReportViewer1.RefreshReport()" is the cause of the problem.
Anyone else have such a problem How can I fix it so I only need a regular single click
Thanks
Simmy

Viewer and Datagridview to change data shown in report BUG!