ME
Meena
Syncfusion Team
February 16, 2012 10:22 AM UTC
Hi Luqman,
Thanks for using Syncfusion products.
*Query1: I want to select only one item at a time. so I want to remove or hide the check box in it...
how can I do this?
You requirement of removing the checkboxes from the list could be done as a workaround using the following code.
[Designer]
AutoFormat="Office2007 Blue" ClientObjectID="ddc" ClientSideOnPopupShown="PopUp()" >
[Script]
function PopUp() {
$("table[id*=MultiSelectionDropDown1_checklist]").find('input[type*=check]').css("visibility", "hidden");
}
In the above coding, the function PopUp() is called when the MultiSelectDropDown is clicked from the clientside.
We have also created a simple sample with this and it can be downloaded from the below link.
MultiSelect.zip
*Query2: I want to assign datasource to generic drop down in my code but generic dropdown does not show datasource.
We are sorry to let you know that we do not have support for DataBinding in GenericDropDown currently.
Please let us know if you have any other concerns.
Regards,
Meena