Disable DatePicker Auto-Filtering in Stimulsoft
Disable DatePicker Auto-Filtering in Stimulsoft
Hello
I integrated Stimulsoft into my application using Stimulsoft.Reports.Web version 2025.4.2. For ComboBox components, the designer allows disabling automatic filtering through the interaction settings. However, I cannot find an equivalent option for a DatePicker component. Is it possible to disable automatic filtering for a DatePicker directly in the designer? If not, is there a way to achieve this in code?
THANK YOU
I integrated Stimulsoft into my application using Stimulsoft.Reports.Web version 2025.4.2. For ComboBox components, the designer allows disabling automatic filtering through the interaction settings. However, I cannot find an equivalent option for a DatePicker component. Is it possible to disable automatic filtering for a DatePicker directly in the designer? If not, is there a way to achieve this in code?
THANK YOU
-
Lech Kulikowski
- Posts: 7523
- Joined: Tue Mar 20, 2018 5:34 am
Re: Disable DatePicker Auto-Filtering in Stimulsoft
Hello,
Could you explain your issue in more detail? What Combobox and DatePicker do you mean in reports?
Thank you.
Could you explain your issue in more detail? What Combobox and DatePicker do you mean in reports?
Thank you.
Re: Disable DatePicker Auto-Filtering in Stimulsoft
Hello
In dashboard not report, for exemple in Combobox (filter) we have the posibility to desable the auto filtring from Interaction (see the capture)
but in datepicker (the filter) we have not the interaction and we cannot desable the autofiltring , Is it possible to disable automatic filtering for a DatePicker directly in the designer? If not, is there a way to achieve this in code?
thank you
In dashboard not report, for exemple in Combobox (filter) we have the posibility to desable the auto filtring from Interaction (see the capture)
but in datepicker (the filter) we have not the interaction and we cannot desable the autofiltring , Is it possible to disable automatic filtering for a DatePicker directly in the designer? If not, is there a way to achieve this in code?
thank you
- Attachments
-
- Capture d’écran 2025-11-21 094837.png (50.39 KiB) Viewed 502 times
-
Lech Kulikowski
- Posts: 7523
- Joined: Tue Mar 20, 2018 5:34 am
Re: Disable DatePicker Auto-Filtering in Stimulsoft
Hello,
You can use the Group property for the DatePicker. If you set the Group property to a value different from the other components, the filter will not be applied.
Thank you.
You can use the Group property for the DatePicker. If you set the Group property to a value different from the other components, the filter will not be applied.
Thank you.
Re: Disable DatePicker Auto-Filtering in Stimulsoft
There is no way to do this in code ? in StiMvcViewerOptions.ActionOptions.Interaction or ViewerEvent for exemple.
i don't want this method to be triggered when I click the datepicker.
i don't want this method to be triggered when I click the datepicker.
-
Lech Kulikowski
- Posts: 7523
- Joined: Tue Mar 20, 2018 5:34 am
Re: Disable DatePicker Auto-Filtering in Stimulsoft
Hello,
No, there is no other way.
Thank you.
No, there is no other way.
Thank you.