Hello All,
I have a technical question on telerik report.
On my report, I have two parameters("State" and "City")--They are setup in "cascading" way. Meanwhile, I setup "0" as default values (display value as "All") for both of them.
In the first load, if I choose "MN" for State, the city will list as below and "All" as a default value automatically is selected, which is expected.
CityID CityName
0 "all"
120 "St paul"
121 "Minneapolis"
At this point, if I choose "St paul" for city and hit "run report" button, the report will be presented decently.
The issue is in the second round, however. If I change my state value from MN to PA, I expect the city list will reload all cities from PA(which is correct and includes default value "0, All") abd the default value still keeps as "All"(cityID=0) (which is in list but not selected automatically for me this time). I have to click this dropdown list again to choose "all" by myself.
Who can share some lights on this---how to make the default value still working even in the first round you have specified the value for this?
Thanks
I have a technical question on telerik report.
On my report, I have two parameters("State" and "City")--They are setup in "cascading" way. Meanwhile, I setup "0" as default values (display value as "All") for both of them.
In the first load, if I choose "MN" for State, the city will list as below and "All" as a default value automatically is selected, which is expected.
CityID CityName
0 "all"
120 "St paul"
121 "Minneapolis"
At this point, if I choose "St paul" for city and hit "run report" button, the report will be presented decently.
The issue is in the second round, however. If I change my state value from MN to PA, I expect the city list will reload all cities from PA(which is correct and includes default value "0, All") abd the default value still keeps as "All"(cityID=0) (which is in list but not selected automatically for me this time). I have to click this dropdown list again to choose "all" by myself.
Who can share some lights on this---how to make the default value still working even in the first round you have specified the value for this?
Thanks