I have a c# server blazor app
I am using <SfGrid> to display data.
When I click add button on the grid I have defined a <template> for the pop up which appears.
Within this <template> i use <SfDatePicker>. Everything is fine until I press enter on the
<SfDatePicker> as this fires off the RowUpdating event.
How can I stop this enter key press from firing rowupdating event?