Hi
I am using Webdropdown which containing 5 000 records and I set these properties
<ig:WebDropDown ID="wddl1" runat="server" AutoPostBack="false" AutoSelectOnMatch="true"
CssClass="filterlistarea" CurrentValue="" DisplayMode="DropDown" DropDownContainerHeight="200px"
EnableClosingDropDownOnSelect="false" EnableMultipleSelection="true" MultipleSelectionType="Checkbox"
StyleSetName="Default" Width="180px" EnableAutoCompleteFirstMatch="true" PageSize="400"
EnablePaging="true" DropDownContainerMaxHeight="200px" EnableDropDownAsChild="false"
EnableLoadOnDemand="false" PagerSettings-PagerMode="Numeric" EnablePersistingCustomValues="false"
EnableViewState="false" EnableAutoFiltering="Server" AutoFilterQueryType="Contains">
<DropDownItemBinding TextField="FirstName" ValueField="FirstName" />
<AjaxIndicator Enabled="False" />
</ig:WebDropDown>
But when I clicked to page no 2 in webdropdown it shows the old data only and it also doing post back . Can anybody provide me a proper solution for this issue
Thanks for providing me the solution . Its working perfect .
Hi Shantesh,
If you need any further assistance on the matter please do not hesitate to ask.
Hello Shantesh,
I am attaching a sample, replicating your scenario. I have used NetAdvantage 11.1.20111.1006.
Please have a look and tell me if this helps.
Hi there,
This should be dropDown._element["input"].
Thank you for using the infragistics forums!
Hi Nikolay
As per your suggestion I put code like this
.igdd_DropDownListContainer
{
float: left;
border: 1px solid #BBBBBB;
background-color: #FFFFFF;
max-width: 180px;
}
But in Internet Explorer still this issue coming . and in
function clearCurrentValue() {
var dropDown = $find("wddlF1");
dropDown_elements["Input"].value = "";
Its throwing exception as dropDown_elements not defined .. Plase give the solution for this issue
Best Regards
Shantesh Kulkarni