Click here to Skip to main content
15,891,725 members

Comments by Payrok (Top 2 by date)

Payrok 22-Jul-13 13:34pm View    
Looks like "dataGridView1.Rows[e.RowIndex].Cells[e.ColumnIndex].Selected = true;" is possibly causing the CellEnter event to retrigger.
Payrok 22-Jul-13 13:29pm View    
I think you're looking for "DrillThrough" ssrs reports. I found this article from MSDN to give you a start on parameterized drillthroughs. http://msdn.microsoft.com/en-us/library/dn154771.aspx