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
625
Webdropdown not closing after clicking outside in a window
posted

Hi

 

I am having a problem with closing a webdropdown after clicking outside in a window . This webdropdown

having datatree and   I set these properties  and when I click outside(on Blur) the webdropdown not closing

hence user feeling inconsistency .

   

                                                AutoPostBack="false" AutoPostBackFlags-ValueChanged="Off" AutoSelectOnMatch="true"

                                                CssClass="filterlistarea" CurrentValue="" DisplayMode="DropDown" DropDownContainerHeight="200px"

                                                EnableAutoFiltering="Server" EnableClosingDropDownOnSelect="false" EnableDropDownAsChild="true"

                                                EnableLoadOnDemand="true" StyleSetName="Default" Width="180px" DropDownContainerWidth="350px">

                                                <%----%>

                                               

                                                   

                                                   

                                               

                                               

                                                   

                                                        AutoPostBackFlags-CheckBoxSelectionChanged="Off" AutoPostBackFlags-NodeClick="Off"

                                                        AutoPostBackFlags-SelectionChanged="Off" CheckBoxMode="BiState" CssClass="mpspace"

                                                        Height="150px" SelectionType="Multiple" Width="90%">

                                                        <%-- clientevents="" nodechecking="OnSelectNodeAct">--%>

                                                       

                                                           

                                                           

                                                           

                                                                ValueField="SubActivityID" />

                                                       

                                                   

                                               

                                           

 

 

Can anybody provide me a proper solution for this issue ... 

 

Regards

Sujay