Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
625
Webdropdown Paging Not Working
posted

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 

Parents
No Data
Reply
  • 37874
    posted

    Hi shantesh,

    I wasn't able to reproduce the behavior you have described. I am attaching a sample, created  with NetAdvantage v11.2.20112.2055, replicating the scenario. In order to provide more insight, I would need to know what product version you are using and a small isolated sample, demonstrating the issue.

    If you have any other questions, please feel free to contact me.

    WDDPaging.zip
Children