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 missing recalculating the size or need to mention the coordinates?Solved1.2KViews0likes2Comments