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

detected <select all> item selected

1 Answer 33 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 04 Jul 2015, 03:40 AM

Hi all,

Is there any way of knowing when the <select all> item is selected from a dropdown.

Reason being, I was task to display a certain note when the <select all> item is selected otherwise it will display a different note on the report.

 

Any help will be much appreciated

 

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 06 Jul 2015, 12:41 PM
Hello Oliver,

First you need to add a data item to the report (e.g. List) and set its data source to the report parameter's data source. Inside this item retrieve all of the data source records and test if they match with the selected values of the report parameter. This test can be performed using an expression with built-in functions or with a custom user function.
The approach using built-in functions is demonstrated in the attached sample report.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Oliver
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or