raj5c1
9 years agoOccasional Contributor
clickcell() on grid's cell after resizing the grid
I am able to do the grid.clickcell(rowindex,ColIndex) on Microsoft DataGridView. But Once i expand the grid clickcell not working properly. i.e clickcell(0,3) is performing click on (0,2) cell. am i...