Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
I and my team are developing a mashup where we use a collection widget to display a list of things. We would like to programatically select and navigate to a specific item in the collection widget (the id is saved to a session) based of one of the items properties.
Can that be acheived and if so, how?
Kindly
Oskar Berntorp
Solved! Go to Solution.
Not sure about the "navigate to", because if you selected the first and the last, they might not fit onto the same screen.
But to select programmatically, you would use the SelectedItems property and bind an Infotable to it containing the to-be-selected items.
I think I read something in the forum about the SortField needing to be set (search for "collection" and "selectedItems").
Not sure about the "navigate to", because if you selected the first and the last, they might not fit onto the same screen.
But to select programmatically, you would use the SelectedItems property and bind an Infotable to it containing the to-be-selected items.
I think I read something in the forum about the SortField needing to be set (search for "collection" and "selectedItems").