So for instance when someone selects an action that is handled by the server side node edit handler it works fine right then. But if you susbsequently click refresh in the browser (IE8, IE9) it fires the exact same event again. Not a very desirable behavior.
I've tried resetting the __EVENTTARGET and __EVENTARGUMENT values, but that doesn't work. I've seen references to using $.ajaxSetup({cache:false}); to prevent that, but I'm not sure what Telerik's equivalent is.
I've tried resetting the __EVENTTARGET and __EVENTARGUMENT values, but that doesn't work. I've seen references to using $.ajaxSetup({cache:false}); to prevent that, but I'm not sure what Telerik's equivalent is.