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
2070
CurrentValue can not be set for WebDropDown in New Release - 10.1.20101.1011
posted

Hi,

I am using WebDropDown in my application. Today i upgraded my infragistics version with new release(v 10.1.20101.1011). After this i can not set 'CurrentValue'  for WebDropDown. In my older version i was using this same coding and it worked fine.

<ig:WebDropDown DisplayMode="DropDownList" DropDownAnimationType="Bounce" ID="uwlog" Height="23px" Width="65px" AutoPostBack="true" OnValueChanged="uwlog_MenuItemClicked" ToolTip="Log Info" CurrentValue="Log Info" DropDownContainerWidth="105px" EnableDropDownAsChild="false" DropDownContainerHeight="0px" DropDownContainerMaxHeight="150px" runat="server" Style="margin: 0px 0px 1px 20px; z-index: 9000;" StyleSetName="Office2007Blue">

<Items>

<ig:DropDownItem Text="Application Log" ToolTip="Application Log" >

</ig:DropDownItem>

<ig:DropDownItem Text="Error Log" ToolTip="Error Log" >

</ig:DropDownItem>

</Items>

<AutoPostBackFlags SelectionChanged="On" />

<ClientEvents />

</ig:WebDropDown>

- Here i have set CurrentValue as "Log Info"  but in front it is taking the first list item as currentValue(ie;"Application Log").

Can anyone suggest a solution for me?

-Thank you.

Parents Reply Children
No Data