We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

syncfusion:GenericDropDown is expanding if the checkbox list items are selected inside it



syncfusion:GenericDropDown is expanding if the checkbox list items are selected inside it

This is the code:


ClientObjectId="clntDDL" AutoFormat="Office2007 Blue" Width="150" PopupWidth="130">




Can someone give a solution for this


Regards
vidaqdhar

1 Reply

LK Lakxman Kumar C Syncfusion Team April 29, 2010 09:52 AM UTC

Hi Vidyadhar,

Thank you for your interest in Syncfusion Products.

If your intention is to hide the Generic Dropdown Popup when a list item is clicked, then you have to bind the client side method for the item so that the HidePopup() method can be called to hide the popup. Kindly find the below code snippet to achieve this.
[Javascript]

function Onselect()
{
Generic1.HidePopup();// Here Generic1 is the clientobjectId of the Generic dropdown.
}



You can also refer the Online Sample from the link below to get more information on this.

http://samples.syncfusion.com/ASPNET/8.2.0.18/Web/Tools.Web/samples/3.5/EditorsPackage/GenericDropDown/CoreFeature/cs/CoreFeature.aspx?args=0

Please let me know if any concerns.

Regards,
Lakxman Kumar C

Loader.
Live Chat Icon For mobile
Up arrow icon