Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3788
Problem in WebDropDown 2011.2 version
posted

Hi,

 i am using WebDropDown 2011.2 version,

i have also upgraded  2011.2 by new service pack 2086.

i am using fallowing version:  Assembly="Infragistics4.Web.v11.2, Version=11.2.20112.2086

Problem:

In my dropdown has fallowing value

DropDownItem("ABC 1","ABC-1");

DropDownItem("ABC 2","ABC-2");

DropDownItem("ABC 3","ABC-3");

DropDownItem("ABC 4","ABC-4");

if a select a dropdown value 2 and access its CurrentValue  from code behind

then it give me ABC%2  this is incorrect it should give me ABC 2.

 

Parents Reply Children