i am having a radtextbox (txtCode) where i have a client event for onfocus. I need that to trigger when the user moves focus to the textbox. Now it will also trigger when i used the code txtCode.Focus().
How to skip that, if its called from server side Focus() method.