Hello everyone,
I am working on an ASP.NET web form project which using a DateRangePicker to select a Start and End date, there is no problem if the StartDate and EndDate are different, but if I choose a same day for StartDate and EndDate, the Apply button will not enabled (unable to click), to choose the same date I have to left mouse click to both textboxes above the calendar (which is not a normal user interaction)
So, this is the bug of this control or something else that I missed during the setup?
Thank you very much!
P/S: I'm using Syncfusion ASP.NET Web Forms (EJ1) version 18.1.0.52 on Visual Studio 2019 with .NET Framework 4.6, C#,
You can look at my source code here: https://drive.google.com/file/d/1BBqzUr5Y8sI6xq26ukfQiXvS48f7Yahx/view?usp=sharing