Jump to content
We've recently updated our Privacy Statement, available here ×

How to disable Cascading multi-select DropDown


adrikr73

Recommended Posts

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

1. Please make the input control - read only

 

steps to do the same :-

1. edit the report

2. click onthe inout control

3. in the input controls properties , chaneg it o read only

[ when changing to read only , the control will be disabled ]

hope it helps ,

thanks

ramnik

 

 

Ramnik Kaur

Senior QA Engineer

Link to comment
Share on other sites

 Thank you for your reply Ramnik.

 

With your instructions, I can only disable all the input controls....but isn't my question... I specify:

 

I have the next problem:

1. In a report, I have 3 input parameters --> Following the cascading multi-select method

- Param1 

- Param2 (depends of Param1's selection)

- Param3 (depends of Param1's and Param2's selection)

2. When I execute the report, the first values of Param2 and Param3 are selected by default (takes the selection of Param1's first value).

 

Is there any possibility to disable this dropdown behavior? When I execute the report, I wish the three input controls (Param1, Param2, Param3)  have no default value selected and are available for the user to make selections.

 

Thanks another time,

 

Best Regards.

Adri.

 

Link to comment
Share on other sites

Hi Adri,

 

I suppose in this case you need to check Mandatory option of the control off. You also may need to remove the default value for given controls by editing jrxml.

 

Mandatory option says that the control must have a value, so if this property is "on" control takes the first value from it's value list even if the default value is not present.

 

Thanks for your question,

Anton.

Link to comment
Share on other sites

Anton, your proposal didn't work.. :(   The first values of the secondary selector still selected when I made a selection on the primary one.

 

I think that the best way to resolve this issue is editing the RemoteCascadeDirector.js... What are you think? Another solution?

 

Thanks very much,

 

Adri.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...