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
275
WebDropWown doesn't have selected Value but "CurrentValue" showing last selected value.
posted

Hi,

I am using Infragistics Web version 9.1 and working on "Web Drop Down".

Problem: Web Drop down is editable. user select data from drop down list and we can get the selected value from "CurrentValue" property of WebDropdown in CS file.  Now user select all display data in WebDropdown and press "Delete" keybord button and click on submit button.

In this case, dropdown doesn't showing any value but "CurrentValue" property still showing last selected Value. this is wrong.

My control "HTML" is given below.

<ig:WebDropDown ID="searchDropDown" runat="server"
                                                                    DropDownAnimationType="Linear" EnableAutoFiltering="Client" Height="22px"
                                                                    Width="442px" EnableTheming="False" DropDownAnimationDuration="0"
                                                                    ClientEvents-InputKeyUp="SearchWebDropDownInputKeyEvent"
                                                                    EnablePersistingCustomValues="True">
                                                                    <ClientEvents InputKeyUp="SearchWebDropDownInputKeyEvent" />
                                                                    <Button ImageUrl="~\ig_res\RedPlanet\images\ig_cmboDown1.png"/>
                                                                </ig:WebDropDown>

 

please give me this solution of this problem ASAP. 

 

Thanks & Regard's

Sachin Kumar

Parents Reply Children
No Data