Hi,
I am using Telerik Reports with my Silverlight 4 application. I have 2 parameters that are dependent lists (like the Country - State/Province scenario). I don't want to force the user to have to choose either so I have selected Allow Blank for each, but when I select either at runtime, the blank options disappear so then the user would have to make a selection. To try to get around this, I have added to each of these lists a member that says "(All)" and has a value of 0, so the user can have a report showing all the values. I have filtered the second list to equal the Id of the first list as you described in your Cascading example but I need the "(All)" to be always available. I could do this if the Filters had an OR option but I can only see AND. What I am trying to achieve is the user could choose: (All countries and all States/Provinces), or (Australia and all States), or (Australia and Victoria). How can I achieve this?
Please help.
I am using Telerik Reports with my Silverlight 4 application. I have 2 parameters that are dependent lists (like the Country - State/Province scenario). I don't want to force the user to have to choose either so I have selected Allow Blank for each, but when I select either at runtime, the blank options disappear so then the user would have to make a selection. To try to get around this, I have added to each of these lists a member that says "(All)" and has a value of 0, so the user can have a report showing all the values. I have filtered the second list to equal the Id of the first list as you described in your Cascading example but I need the "(All)" to be always available. I could do this if the Filters had an OR option but I can only see AND. What I am trying to achieve is the user could choose: (All countries and all States/Provinces), or (Australia and all States), or (Australia and Victoria). How can I achieve this?
Please help.