I'm having a very slow performance when rendering a web report. The problem it's with the combo box control.
In attachments I post one video to demonstrate.
Other relevant details:
Stimulsoft version: 2015.1.14.0
Using StiWebViewer: yes
SQL Running with problem:
Code: Select all
select distinct
0 as id,
'[Todos]' as name
union
select distinct
s.id,
s.name
from suppliers s
where s.removed=0 and s.is_manufacturer = 1
order by name
Thanks!