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.
Updated May 19, 2018
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
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.