Hello Experts,
I have a situation where I need to use onBeforeOpen() event handler method of sap.m.ComboBox, And i am unable to use it.
Can anyone help me regarding this?
Thanks in advance.
16 Dec 2015 1:20 pm || 1
Hello Experts,
I have a situation where I need to use onBeforeOpen() event handler method of sap.m.ComboBox, And i am unable to use it.
Can anyone help me regarding this?
Thanks in advance.
Comments
Recommended Posts:
For the combo box control we have a event onBeforeOpen(). In view assign some function name to this event like onBeforeOpen="handle_before open". Implement the function "handle_beforeOpen" as per your requirement in respective controller of the view.