Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
Questionmoving from one line to another ... Pin
mrkeivan8-Sep-06 22:16
mrkeivan8-Sep-06 22:16 
AnswerRe: moving from one line to another ... Pin
Nader Elshehabi9-Sep-06 0:00
Nader Elshehabi9-Sep-06 0:00 
AnswerRe: moving from one line to another ... Pin
Amar Chaudhary9-Sep-06 0:02
Amar Chaudhary9-Sep-06 0:02 
QuestionCalling Dialog from Thread Pin
MudkiSekhon8-Sep-06 20:04
MudkiSekhon8-Sep-06 20:04 
AnswerRe: Calling Dialog from Thread Pin
Stefan Troschuetz8-Sep-06 21:42
Stefan Troschuetz8-Sep-06 21:42 
Questionreport Pin
TAREQ F ABUZUHRI8-Sep-06 13:15
TAREQ F ABUZUHRI8-Sep-06 13:15 
AnswerRe: report Pin
CWIZO9-Sep-06 0:53
CWIZO9-Sep-06 0:53 
QuestionHandling the tab key in a datagridview Pin
Drew McGhie8-Sep-06 12:06
Drew McGhie8-Sep-06 12:06 
I have a datagrid view that has a number of cells that are readonly.
The default behavior of tabbing in a datagridview is to go to the next cell. What I'm looking to do is make it so that it skips readonly=true cells and goes to the next cell.

Here's my problem. No element(that I can find) within the datagridview has a tabstop property, so I need to handle the keypress event.

The problem I have is, I can't seem to catch it. I've tried handling datagridview.keypress, and even handling the EditingControlShowing event to assign a handler to the textboxes that make up the dgv to handle the tab.

So here's my question, has anyone done this themselves, or has any idea how to skip cells that are readonly in a datagridview?
AnswerRe: Handling the tab key in a datagridview Pin
Nader Elshehabi8-Sep-06 13:17
Nader Elshehabi8-Sep-06 13:17 
QuestionWrite data to an xml file Pin
Yustme8-Sep-06 10:59
Yustme8-Sep-06 10:59 
AnswerRe: Write data to an xml file Pin
Nader Elshehabi8-Sep-06 11:14
Nader Elshehabi8-Sep-06 11:14 
AnswerRe: Write data to an xml file Pin
Guffa8-Sep-06 13:18
Guffa8-Sep-06 13:18 
GeneralRe: Write data to an xml file Pin
lmoelleb8-Sep-06 20:47
lmoelleb8-Sep-06 20:47 
AnswerRe: Write data to an xml file Pin
Guffa9-Sep-06 7:53
Guffa9-Sep-06 7:53 
AnswerRe: Write data to an xml file Pin
Arjun "Mjolnir" Bahree10-Sep-06 4:25
Arjun "Mjolnir" Bahree10-Sep-06 4:25 
QuestionBuffering Images Pin
Randomlick8-Sep-06 9:53
Randomlick8-Sep-06 9:53 
QuestionMax Number of Processes limit Pin
Subby Dev8-Sep-06 8:59
Subby Dev8-Sep-06 8:59 
Questionhow to create a System.data.datatabe from interop.excel.worksheet? Pin
qahwah8-Sep-06 7:54
qahwah8-Sep-06 7:54 
QuestionDigit To text Converter [modified] Pin
Syed Shahid Hussain8-Sep-06 6:50
Syed Shahid Hussain8-Sep-06 6:50 
AnswerRe: Digit To text Converter Pin
leppie8-Sep-06 7:11
leppie8-Sep-06 7:11 
GeneralRe: Digit To text Converter Pin
Syed Shahid Hussain8-Sep-06 8:09
Syed Shahid Hussain8-Sep-06 8:09 
GeneralRe: Digit To text Converter Pin
Syed Shahid Hussain8-Sep-06 9:12
Syed Shahid Hussain8-Sep-06 9:12 
GeneralRe: Digit To text Converter Pin
Nader Elshehabi8-Sep-06 9:18
Nader Elshehabi8-Sep-06 9:18 
AnswerRe: Digit To text Converter Pin
Nader Elshehabi8-Sep-06 9:54
Nader Elshehabi8-Sep-06 9:54 
GeneralRe: Digit To text Converter Pin
Syed Shahid Hussain9-Sep-06 5:56
Syed Shahid Hussain9-Sep-06 5:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.