Hi,
I am using postergrid jumptoitem it's working, but when i get the item focused postion it says the same old index.
For eg:
current index is 1 and I am using jumptoitem = 2
When i print grid.itemFocused it displays 1
How can I get the new index
Please refer the code below
m.postGrid.jumpToItem = m.postGrid.itemSelected + 1
Am i doing anything wrong?