This is a migrated thread and some comments may be shown as answers.

Ajax based Parameter values Suggest

1 Answer 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mahipal
Top achievements
Rank 1
Mahipal asked on 10 Sep 2009, 11:40 PM
Hi,

I have a large set (atleast a 50,000) of possible values for a parameter. Obviously it wouldn't be efficient to list all values at the intial load of the report. Instead I would like to suggest values (using ajax possibly) based on what the user is typing into the parameter textbox. (something like google suggest). Is this possible? Do you have an example?

Thanks
Mahipal

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 11 Sep 2009, 01:01 PM
Hi Mahipal,

The built-in parameters UI that comes with the viewer is meant to allow you handle basic scenarios. If you want to customize it, you would need to make the parameters UI Visible=false and provide your own UI for handling the filtering i.e. you can use ComboBox with load on demand for string params, dateTimePicker for datetime params etc.

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Mahipal
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or