I am poplulating a webdropdown with a list(of string) :
ddWeeks.DataSource = weeklist
Later on I need to get the selected index by finditemby value:
Dim index = ddWeeks.Items.FindItemByValue("Week of " & BeginWeek).Index
ddWeeks.SelectedItemIndex = index
However, the code bugs out because the item value was never set, How do I set the value from the list(of string)??
Hello All,
I just want to let you know a fix has been developed and it is expected to be included in the upcoming Service Release. More details regarding the schedule could be found at: http://ko.infragistics.com/help/service-releases/
Hello,
The fix is available in the latest service release and can be downloaded from the My Keys and Downloads page under the service releases.
Let us know if you have any questions.