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...
Loading
shivendraPosted Aug 31, 2005, 6:18 AM
How do u doing? how work is going on?
deepaPosted Aug 23, 2005, 7:54 AM
Actually my code wrks fine, but dunno why the Tab control likes to run two places.
if any one cld just find out wots wrong i'd appreciate that. or if m missin out on nething, do let know.
regards,
Dee
shivendraPosted Aug 23, 2005, 6:47 AM
How Ur Work Going On?
shivendraPosted Aug 22, 2005, 11:06 PM
The Link Send By U was Really Good and Help Full. I have Got Solution and Now Its Working.
Thanks Again For this kind Inf.
Regards
shivendra
deepaPosted Aug 22, 2005, 6:46 AM
i dunno much, but i found something tat might help...try tis link n let knw if it helped.
cyaa
http://www.codeproject.com/useritems/RTFToTXTConvertor.asp
shivendraPosted Aug 22, 2005, 4:37 AM
I have one Problem Where I have To retrieve Data From MS Sql which is In RTF Format.
While Retrieving I dont Want the RTF Data ,but Only Simple Text I want to Fetch .
I am Using C# Win Appl.
If U Have any Idea Regarding That Please Help Me
shivendraPosted Aug 18, 2005, 8:49 AM