For a RowList itemFocused is not updated on explicit update of rowItemFocused

For a RowList itemFocused(Row Index) is not updated on explicit update of rowItemFocused(row, col indexes).

I am explicitly setting jumpToRowItem (Takes rowIndex, columnIndex) for a RowList  and the event for the rowItemFocused is being triggered**.** I also have an event for change of itemFocused (Change of rowIndex) but it is not getting triggered on the update of rowItemFocused.

*I have to explicitly set *jumpToItem (Takes rowIndex) observer of itemFocused to be triggered.