cancel
Showing results for 
Search instead for 
Did you mean: 

PDK for .NET Bug -- OnEnter event for InputField inside SAP Table

Former Member
0 Kudos

Hello All,

I'm hoping someone has run across this bug in the past and has a workaround. I am using the PDK for .NET, and I have an InputField control inside a SAP Table control. I assigned a method to the OnEnter event for the InputField, but when running the portal application, the event does not fire from the InputField inside the SAP Table.

On a side note, I have other InputField s outside of a SAP Table that the OnEnter function is working perfectly. Something about nesting it in the SAP Table control destroys the event call.

Please help!

Thanks --Matt

Accepted Solutions (1)

Accepted Solutions (1)

rima-sirich
Advisor
Advisor
0 Kudos

Hi Matt,

Check out following [link|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/lw/developercontent/sap%20portal%20development%20kit%20for%20.net%20developer's%20Guide/InputControlsInTable.html]

Regards,

Rima

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you Rima! -- This solved the problem. Too bad I already put the work in to manually inject the required javascript for a workaround. Good to know for the future. Thanks again --Matt