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
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.
Hi Petar
Thank You for the replay . Can you please give me the possible solution for this scenario i.e without using WebdataTree how can I achieve this . If possible please send me sample project
Shantesh
After further researching the matter I have devised a way to set the focus on the WebDropDown's input shortly after a node in WebDataTree has been clicked, expanded or collapsed. Attached is my test sample for your consideration.
Please let me know if this helps.
Sorry for late replay . Your solution helped me a lot and it working fine now . Thank you so much for providing me a test sample .
Best Regards
HI Peter
The solution which you have provided is working perfect . But when one web dropdown open and clicking on the another webdropdown will not closing the previous selected webdropdown . The both weddropdowns contains the webdatatree . Please give me a solution for this issue .
Thanks & Regards