Hi All
I have created gridscreen.I have set the first index to be focussed using the following code
grid.SetFocusedListItem(0, 0) .
But I observed that msg.isListItemFocused() is not called when the screen is appeared first time.when moved to next index it started calling.But msg.isListItemSelected() is called.
please guys help me as soon as possible.