Combobox filtering (large datasets)
-
- Posts: 17
- Joined: Wed Nov 14, 2012 1:39 pm
Combobox filtering (large datasets)
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?
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?
Re: Combobox filtering (large datasets)
Hello,
Please try to use the filters for your datasource.
Please check th efollowing links:
http://blog.stimulsoft.com/articles/optimizing-reports
http://blog.stimulsoft.com/articles/opt ... rts-part-2
http://blog.stimulsoft.com/articles/opt ... rts-part-3
Thank you.
Please try to use the filters for your datasource.
Please check th efollowing links:
http://blog.stimulsoft.com/articles/optimizing-reports
http://blog.stimulsoft.com/articles/opt ... rts-part-2
http://blog.stimulsoft.com/articles/opt ... rts-part-3
Thank you.
-
- Posts: 17
- Joined: Wed Nov 14, 2012 1:39 pm
Re: Combobox filtering (large datasets)
mmm... there's no way to do this with dialogs instead of with filters?
Re: Combobox filtering (large datasets)
Hello,
Please try to add the items to Combobox manualy.
Thank you.
Please try to add the items to Combobox manualy.
Thank you.
-
- Posts: 17
- Joined: Wed Nov 14, 2012 1:39 pm
Re: Combobox filtering (large datasets)
ok, I will remove the bindings and try with this approach...
thanks
thanks
Re: Combobox filtering (large datasets)
Hello,
Ok! Let us know about the result.
Thank you.
Ok! Let us know about the result.
Thank you.