I am using a WebDropDown in multiple selection mode and adding items manually in my Page_Load event.
When the page loads, the first item in the list is always automatically selected. I can not find a way to turn this off.
During a postback, the correct items remain selected/deselected, it's just that when my page is first loaded, the first item is preselected.
I need to have no items selected on first page load.
Do this feature request has been implemented yet? 4 year later I can't find it.
Hello wvusaf,
Thank you for the update. Feel free to update me if you need any further assistance with this matter.
This only works when DisplayMode is set to DropDown. It has no effect when DisplayMode is set to DropDownList, which is the setting that I was using.
Hi All,
Apologies, due to some pc/broswer problem, the last two posts became as "Suggested Answer". Not sure how to undo!!
Hi wvusaf,
Can you try giving CurrentValue="" in the markup or code behind. This will make the WebDropDown to display blank