I have a report with three parameters - two drop-downs and a date. All have AllowNull set to False.
The two drop-downs work fine when I pick data, but the Date parameter still has the red mandatory asterisk even though I have selected a date from the calendar - see below
What am I doing wrong?
Thanks
Tim.
==
Hello Tim,
What version of Telerik Reporting are you using? Can you reproduce the problem with an empty report that has a date param? I tried to reproduce it but the asteriks disappeared when I set the date. I've experienced similar issues and they were mostly related to misconfiguration on my side:
Can you send a sample report that reproduces the problem? Or maybe a screenshot of how to set the parameters...
Regards,
Krasimir Baylov
Hi Krasi
It's version 19.0.25.313.
I've found that you have to move out of the field to get it to recognise that the date has been selected. The drop-downs automatically detect that a value has been selected.
So it's working, but is there a way to get the date control to detect that a date has been selected without having to move to another field?
The Preview button is disabled until the control detects that it has a value.
Thanks
Tim.
==