Hy,
I'm trying to catch the "onfocusin" event on an input field, which is defined as a row template for a UI5 table with an oData binding.
If the input field is not within the table, it works of course.
I already tried to catch the event by standart jQuery functions : $("#inputId").focusin()
This did not worked for me, I was not able to catch any jQuery Events on UI5 elements, I think UI5 catches events first.
Does anybody know a solution for my problem?
Best regrads,
Joerg