Do you know why this code doesn't work with paging? RowIndex is used to get the value not relative to the visible part of the dataset but the whole dataset. If I select row number 3 on page 8t, the code would get the value row 3, not 8 times page size plus three.
Thanks.