Hi,
We have upgrated our asp.net 2.0 application for infragistics from 2006 vol 1 to 2009 vol 1.We have problem with WebNumericEdit,the focus is not shifting to other controls when we tab out in this control,it is just showing the selection in same control and focus is not moving out of this control.
Please provide some solution as early as possible.
thanks
I think, that happens due to some codes in your application, which interact with default behavior of editor. I suggest you to test a temporary aspx filled with WebTextEdits, buttons, TextBoxes, etc. and check if tab works. I expect it to work, otherwise, please report a bug.Next you may review logic of your application. If you can not find the reason, then you should build a temporary page with increased from scratch functionality one by one, until it will match with your original page. It may allow you to catch codes which break behavior.