I think this is an easy question, and I'm a little perplexed that I am having a problem with it. Here is the issue:
This code grabs the DataKeyValue from a RadGrid row onRowMouseOver with no problem:
Works like a dream. Now, I want to grab the changed HiddenLabel value server side (any way is fine, even a button click). I can see that the label has changed on the page, but the server cannot see the change. I'm wondering if I can solve the problem via RadAjaxManager. Here is my current config:
Any other ideas? I feel I am missing something obvious (not a JS guy).
Thanks so much!
Jim