Hi,
This is really urgent.
I want to maintain the selection of the item of carousal after its rebound or refreshed.
PLease find the code below which is not working;
int
iSelIndex = rdcTasks.Records.IndexOf(rdcTasks.SelectedRecord);
this.rdcTasks.ItemSource = list;
RadCarouselPanel
panel = this.rdcTasks.FindCarouselPanel();
panel.BringDataItemIntoView(rdcTasks.Records[iSelIndex]);
this.rdcTasks.Records[iSelIndex].IsSelected = true;
I have tried other properties like currentItem & Currentrecord but no gain.
REgards,
S