Ask a Question related to ASP.NET General, Design and Development.
-
Ravikanth[MVP] #1
TabIndex of DataGrids
Hi
You can remove a Web Server control from the tab order by
setting the TabIndex property to a negative value.
Try after setting tabIndex property to a negative value.
HTH
Ravikanth
tags so that>-----Original Message-----
>I have a page with 4 data grids on it - each are in divtaborder between>they are scrollable. I am having trouble setting theother labels>them. I have the tabindex set from 1-4 on them and myIt doesn't>(which do not need to ever get the focus) set to 45-50.to the url>work. It goes to the first grid(I set focus there) then1st grid.>line then to all my label then to the 4th, 3rd, 2nd and>Any ideas on how to get the taborder set?
>Thanks in advance for any help,
>Deidre
>.
>Ravikanth[MVP] Guest
-
Datagrid item renderer numberstepper tabIndex
I have a datagrid with a item renderer in it that contains a numberStepper. There are two columns that have number steppers in them. If I hit tab... -
How to show the standard properties (e.g. TabIndex)?
I use ASP.NET 1.1 with VS2003. I just first created a web control. When I put my control on designer, I don't know why the properties have not any... -
TabIndex and AutoPostBack
I have a long form that includes several fields which require AutoPostBack=True. I want the user to be able to tab through the fields in sequence... -
Creating a server control and using tabindex
the way i would suggest is set the first combo to the value set by the user in designer. the second and third will be incremental values. since... -
textField.tabIndex();
hi everybody, How you feel ? I have a example with textfield and used tabIndex(); I placed a setFocus(); on my first textField but i press enter... -
Deidre #2
Re: TabIndex of DataGrids
It goes to the first grid then to the url
line then to the 4th, 3rd, 2nd and 1st grid.
Any other ideas?
"Ravikanth[MVP]" <dvravikanth@hotmail.com> wrote in message news:<0bb701c34d2c$db2fd270$a501280a@phx.gbl>...> Hi
>
> You can remove a Web Server control from the tab order by
> setting the TabIndex property to a negative value.
>
> Try after setting tabIndex property to a negative value.
>
> HTH
> RavikanthDeidre Guest
-
Deidre #3
Re: TabIndex of DataGrids
I got it to work! I had to change the order of the controls in the
html as well as set the tabindex.
Deidre
Deidre Guest



Reply With Quote

