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
480
Ultragrid Performance: UltraComboEditor vs. UltraDropDown
posted

Hi all,

I have a grid with 30'000 rows with a column containing the same 30'000 in form of a ValueList.

(Customers with reference to a possible headquater, the valuelist translates the customer-Id to the customer-name)

The first sorting by the ValueList-Column with UltraComboEditor takes over a minute!

Using the UltraDropDown takes only 2 seconds!

My problem is, that I need the functionality of the UltraComboEditor (Button and AutoComplete).

What can I do to get the same performance with the UltraComboEditor?

.Net 2.0, 2009.1, XP/Vista

Parents
  • 469350
    Suggested Answer
    Offline posted

    masch said:
    My problem is, that I need the functionality of the UltraComboEditor (Button and AutoComplete).

    You can use UltraCombo instead of UltraComboEditor and it has the same features and also does binary searching and is optimized like UltraDropDown.

Reply Children