Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Implement a feature in the Blazor DateRangePicker component that displays two consecutive months side by side, similar to the behavior in the Blueprint.js Date Range Input.
Link: https://blueprintjs.com/docs/#datetime/date-range-input
Requirement:
Automatic Consecutive Month Display: When a month is selected in the first calendar of the DateRangePicker, the second calendar should automatically display the next consecutive month.
Consistency with UX: The feature should be consistent with the overall user experience, allowing seamless navigation between months and maintaining an intuitive interface.
Flexibility: The component should allow users to navigate to previous or future months without breaking the consecutive month flow.
Example Behavior:
Initial Display: If the user opens the DateRangePicker in September 2024, the first calendar shows September, and the second calendar automatically shows October.
After Selection: If the user selects November in the first calendar, the second calendar should update to display December.
This feature would enhance the usability of the DateRangePicker by reducing the need for manual month navigation and aligning with standard user expectations for date range selections.