How to traverse the whole TTIWDBAdvWebGrid

Hi,


An update on this case that I just realized: I don't know whether this is a bug or not, but the looping you used in your example only works if the 'TTIWAdvWebGrid.Page = 0'. In a multipage 'DBGrid' if 'Page' is <> 0 the cell content works only for the current page. For 'Page = 0' the cell content works for the whole 'DBGrid'. When I tell 'works' I mean the content of 'CellValues[Col,Row]'. When 'Page > 0' 'CellValues[Col,Row] = <EMPTY>' for a looping like that. Is that normal or is it a bug?

Ragards,
Joao Lira.