I am trying to get the bootstrap 5 client side validation (Red/Green borders) to work with the Datepicker.
Currently using Jquery validation rather than Kendo because I am only using the Kendo Datepicker control, the rest are standard inputs.
<partial name="_ValidationScriptsPartial" />
Whilst the validation fires correctly the .is-invalid pseudo class is added to the input only so the border doesn't render: