Completed
Last Updated: 16 May 2016 23:41 by Steven
ADMIN
Plamen
Created on: 22 Apr 2014 10:53
Category: DropDownTree
Type: Bug Report
1
Getting duplicate selected value of RadDropDownTree when UpdatePanel is present

		
4 comments
Steven
Posted on: 16 May 2016 23:41
The issue is not just duplication but it remembers previous selections.
Say the first time the selected values are 2,3. Then the next time I select 4, however the SelectedValue = 2,3,4.
Has this been fixed?
Brad
Posted on: 21 Mar 2016 16:29
Any resolution to this bug?
Mohamed
Posted on: 20 May 2014 14:29
I found a simple workaround,
Just type DropDownTreeName.SelectedValue.Split(',')[0];
instead of  DropDownTreeName.SelectedValue;

This way, you can get the first part of the duplicated selected value
Mohamed
Posted on: 20 May 2014 14:05
The same issue happens when there's an ajax manager