RowIndex in DBAdvWebGrid

I have a grid with several columns. One column is a link another is an image. The grid has a number of pages.



On any page except the first, the RowIndex parameter in OnImageClick is as expected - the row number on that page to which I add RowOffset. However in OnLinkClick the RowIndex parameter is the absolute value of the row number and there is no need to add the RowOffset.



Is this as intended, because it seems a little confusing?

Hi,


It is correct that the OnLinkClick event returns an absolute RowIndex value while the OnImageClick does not.
However for reasons of backwards compatibility no changes have been made to make the RowIndex parameter value consistent between both events in the TIWDBAdvWebGrid.