Jose R. answered 07/16/24
If the calendar parameter in your ASP.NET ReportViewer isn't showing in Chrome but works in IE, it's likely a browser compatibility issue. First, make sure you're using the latest version of ReportViewer, as older versions might not play well with modern browsers. Adding a meta tag for compatibility (`<meta http-equiv="X-UA-Compatible" content="IE=edge">`) can also help. Sometimes, custom CSS (`.rs-cal { z-index: 1000 !important; }`) can fix display issues. If these don't work, consider using an alternative date picker control that works across all browsers.