I have a drop down parameter that list 2000+ items. Is there a way to limit this and function like your combobox. For example have the user type and auto find using a like statement that brings back the top 50 items.
thanks
2 Answers, 1 is accepted
0
Accepted
Peter
Telerik team
answered on 24 Nov 2010, 10:10 AM
Hello Dwayne Starkey,
The Report Parameter area is made to provide out of the box support UI for the parameters that covers 98% of the user cases and for that reason it is not customizable. In order to gain better flexibility, our suggestion is to set the parameters visibility to false and add your custom UI for the parameter's. How to set a multivalue report parameter from your web application is shown in the following code snippet: