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
I have received word back from development regarding this scenario:
"In this case when you click on the WebDataTree the focus is transferred to it in order to process events. If the drop down is closed at this point, then interaction with a templated control inside the drop down is impossible. After this point the drop down does not have focus so if you click outside, blur would be triggered for the tree and not for the drop down, which would not make the drop down close. This behavior is expected, otherwise there is no way to handle events correctly for a templated control."
Please let me know if you have any questions.