Skip to Content
0
Former Member
Mar 04, 2014 at 08:18 AM

onfocusin event on row template

107 Views

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