Answer:
We can hide the footer in Blazor DateRangePicker by setting the footer display as none in CSS style.
| <style> .e-daterangepicker.e-popup .e-footer {
display: none;
}
style> |
Find the sample for to hide footer in Blazor DateRangePicker from here.