JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Cll editing on key press › Reply To: Cll editing on key press
March 6, 2023 at 12:13 pm
#104483
Peter
Participant
Hi svetoslav,
Thank you for your response.
I have tried using this event and it triggers as expected, however the value that i returned at this point is a JavaScript Date object, not a text value, so it seems that if I’m to change what the user typed in the field, I need to catch the value before this point in time.
How/where should I be doing this?