Can the data repeater have its CurrentItemIndex set to -1 on load so that it doesn’t have a anything selected by default until the user clicks on one of the items?
I figured out how to fake it. The first row in the data bind is empty and I set the height to 0 for the first row.
Please login first to submit.