vsprogrammer
Programmer
Hello,
I have a grid where when you click on a name it populates all the clients information ie. their name, age, dob, address, etc. Currently it only shows the first three names and you have to scroll down to see the forth name. This works fine when you click on the first three names, however, when you scroll down to the forth name it still shows grdBeneficiaries.Row as the second row instead of the third row, which means that it is showing the info for the third person not the forth person. It seems like it is counting the rows that are showing on the screen instead of the rows that are actually in the grid. Can somebody tell me how to tell it that it is actually on grid row 4 instead of grid row 3. Hope this makes sense. Thanks in advance for the help
I have a grid where when you click on a name it populates all the clients information ie. their name, age, dob, address, etc. Currently it only shows the first three names and you have to scroll down to see the forth name. This works fine when you click on the first three names, however, when you scroll down to the forth name it still shows grdBeneficiaries.Row as the second row instead of the third row, which means that it is showing the info for the third person not the forth person. It seems like it is counting the rows that are showing on the screen instead of the rows that are actually in the grid. Can somebody tell me how to tell it that it is actually on grid row 4 instead of grid row 3. Hope this makes sense. Thanks in advance for the help