Browse By Tags

  • WebDropDown Lazy Loading and Paging not showing up

    I have a page with several WebDropDowns that contain different criteria the user can select for a report.

    Several of these dropdowns are filled from the user's database and I'm running into an issue with one of our users who has over 100K records in some…

  • webdropdown coming slow while pageloads!!!

    Hi

    I am using webdropdowns in a page. While page loading first all the controls loaded and shown to user fastly other than webdropdowns. After 2-4 secs(After all others controls loaded) only, the webdropdowns visible to the user. Why it is slow while loading…

  • WebDropDown Multiselect Performance Issue

    Hi there

    I am binding a WebDropDown(multiselect) control to a column within a UltraWebGrid, my grid holds around 250 rows, and I am calling the WebDropDown’s DataBind method in the InitializeRow event.
    As the dropdown gets binded for each row…
  • Re: WebDropDown AutoPostBack Problem

    I call a javascript function clientside that forces a postback on DropDownClosed to get the select item to work. There are still postbacks going in the background for getting more results but this lets me act on selection changed.
     
     
     <script typ…