Hello!
I know that i can use this javascript code to iterate tru all itens of my grid
With pagination i have a problem ... I just can iterate in tru those wich are in
the page ...
How can i iterate in all the itens, it´s not possible ???
I would be happy if you can help me please ..
Thanks
Ricardo.
My code:
for (var row = 0; row < masterTable.get_dataItems().length; row++) {
//iterate just tru the itens in the page
}