How to traverse the whole TTIWDBAdvWebGrid

Hi,

That example , as I told, worked for traverse the 'DBGrid' and check whether some specific row is checked or not. Ok but, for example, if it be checked I have to do some processing using data of that record, using a reference like 'TTIWDbAdvGrid.CellValues[SomeCol,SomeRow]'. The problem is that the index for 'DBGrid.RowSelect[x]' is global but for 'CellValues' is page related. Is there some formula to make the global index become  'Col,Row' values? I think the component should provide a global index to access a row whatever page it is located. This is very important! What do you think?

Thanks for your attention.

Joao Lira.