Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1035
Finding which WebDataMenu item was clicked in CSOM?
posted

I am having trouble determining which DataMenuItem was clicked in my javascript code.  When I debug the ItemClick event in javascript, it looks like I get to parameters, the sender and the event.  I have Key values set on each of my menu items, but I cannot find how to see which Key value was clicked on.  Please help!