I have a grid view on a page and the row height can vary. I have some clickable objects that correspond to the index of the rows in my grid view. So the index of the item clicked would be the row number of my gridview.
Is there any way in jQuery to get the sum of the rows in an asp gridview height up to row n.
So if I clicked index 3 i would get back (rowheight[0] + rowheight[1] + rowheight[2])
The reason i want to know this is so i can scroll the gridview down to the item clicked. I need to know how many pixels to scroll though.
Thanks Bunches
You can use the
:lt()selector: