TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
deepa
NA
42
0
TabControl moves two places..
Aug 18 2005 5:39 AM
i have a usercontrol which has a datagrid . i have given textbox column styles for each column
this is the textbox column style that i'm using in the datagrid
//Season Code
nameCodeColumnStyle.MappingName = "Name";
nameCodeColumnStyle.HeaderText = "Name";
nameCodeColumnStyle.Width = 100;
nameCodeColumnStyle.TextBox.TabIndex = 2;
i have four columns...each of textbox column style. i have also given tabindexes for each column.
my problem is at runtime, when i press Tab key in the datagrid, it moves two places .Like if control is on first column, then if i press Tab key to go to the second column, it moves to the third column.
Also if there are buttons, it runns two places ahead...
can any one tell me why this happens, and how to get rid of it..so that Tab control moves on column at a time...
any help will be appreciated...
Reply
Answers (
7
)
Invalid Parameter Used
I need to Save My MS SQL Query Result Into One Text File in C# Windows