Combobox filtering (large datasets)

Stimulsoft Reports.NET discussion
Post Reply
a.marinelli
Posts: 17
Joined: Wed Nov 14, 2012 1:39 pm

Combobox filtering (large datasets)

Post by a.marinelli »

Hi all!

I'm using a dialog form with comboxes binded to the same table to let the user select from/to records to show in the report.

This works perfectly, but when I bind it to large tables (>20000 records) the report rendering slows down...

How can I speed up the comboboxes rendering?

Otherwise, there is a way to implement an auto-complete combobox to lighten the binding query?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Combobox filtering (large datasets)

Post by Alex K. »

a.marinelli
Posts: 17
Joined: Wed Nov 14, 2012 1:39 pm

Re: Combobox filtering (large datasets)

Post by a.marinelli »

mmm... there's no way to do this with dialogs instead of with filters?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Combobox filtering (large datasets)

Post by Alex K. »

Hello,

Please try to add the items to Combobox manualy.

Thank you.
a.marinelli
Posts: 17
Joined: Wed Nov 14, 2012 1:39 pm

Re: Combobox filtering (large datasets)

Post by a.marinelli »

ok, I will remove the bindings and try with this approach...

thanks
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Combobox filtering (large datasets)

Post by Andrew »

Hello,

Ok! Let us know about the result.

Thank you.
Post Reply