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

 

 

Parents
No Data
Reply
  • 49378
    posted

    Hi Shantesh,

    Thank you for pointing out this issue.

    After testing the code you have provided I have asked our engineering staff to examine this further.  To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of 104362. The next step will be for a developer to review my investigation and confirm my findings or to offer a fix, or other resolution.

    You support ticket number for this case is CAS-86318-PWYL26.The status of the development issue related to this case may be viewed by selecting the "Development Issues" tab when viewing this case on the web site. 

    Please let me know if you need more information.

Children