I am using the Ajax NumericUpDown Extender Control (A.K.A. Spinner control). Inside of a GridView control. It works great. Except for one major problem.
I am also using the Ajax tab control. Each tab has a GridView in it that also uses the Spinner control in every row.
When the very first tab(Left most) is displayed the spinner control is displayed in the GridView control perfectly. If I then select any of the other tabs on the web form, the spinner control in the GridView controls is not displayed correctly. Basically the up down spinner arrows are off in their vertical alignment appearing off by about 6 pixels. This looks terrible and is bit confusing to the end user.
Does anyone know if their is a fix for this?
Ralph