Click here to Skip to main content
15,901,897 members
Home / Discussions / C#
   

C#

 
GeneralRe: Managed DirectX: load large Bitmap Pin
Daniel Turini22-Aug-05 7:41
Daniel Turini22-Aug-05 7:41 
GeneralRe: Managed DirectX: load large Bitmap Pin
silka_c#22-Aug-05 22:39
silka_c#22-Aug-05 22:39 
GeneralRe: Managed DirectX: load large Bitmap Pin
Daniel Turini22-Aug-05 23:17
Daniel Turini22-Aug-05 23:17 
GeneralRe: Managed DirectX: load large Bitmap Pin
silka_c#22-Aug-05 23:43
silka_c#22-Aug-05 23:43 
GeneralRe: Managed DirectX: load large Bitmap Pin
Daniel Turini23-Aug-05 3:52
Daniel Turini23-Aug-05 3:52 
QuestionRe: Managed DirectX: load large Bitmap Pin
silka_c#29-Aug-05 5:24
silka_c#29-Aug-05 5:24 
GeneralDataGrid Row Highlight Pin
econner22-Aug-05 6:40
econner22-Aug-05 6:40 
GeneralRe: DataGrid Row Highlight Pin
Robert Rohde22-Aug-05 8:42
Robert Rohde22-Aug-05 8:42 
First of all: Please don't post two question with (nearly) the same topic.

Now to your question:
It is possible but you'll have to invest a bit of work. Create a class and inherit from DataGridTextBoxColumn. Override the Edit function and do nothing (do not call the base implementation). This will prevent the TextBox being shown and the Click event will reach the grid. If you also have a boolean column you will have to do the same with the DataGridCheckBoxColumn.

Finally you will have to make your own DataGridTableStyle so that the grid uses your new classes.
GeneralRe: DataGrid Row Highlight Pin
rudy.net22-Aug-05 17:45
rudy.net22-Aug-05 17:45 
GeneralDataGrid/Cells read only Pin
econner22-Aug-05 6:37
econner22-Aug-05 6:37 
GeneralCom+ Problem Pin
webhay22-Aug-05 6:33
webhay22-Aug-05 6:33 
Generalformatting text Pin
samoore22-Aug-05 6:07
samoore22-Aug-05 6:07 
GeneralRe: formatting text Pin
Guffa22-Aug-05 6:20
Guffa22-Aug-05 6:20 
GeneralRe: formatting text Pin
samoore22-Aug-05 6:28
samoore22-Aug-05 6:28 
GeneralRe: formatting text Pin
Robert Rohde22-Aug-05 8:47
Robert Rohde22-Aug-05 8:47 
GeneralRe: formatting text Pin
Christian Graus22-Aug-05 10:59
protectorChristian Graus22-Aug-05 10:59 
GeneralRe: formatting text Pin
samoore22-Aug-05 11:34
samoore22-Aug-05 11:34 
QuestionTest Network Services with C#? Pin
jkersch22-Aug-05 5:49
jkersch22-Aug-05 5:49 
Generalc# newbie problem Pin
talk2krish22-Aug-05 4:34
talk2krish22-Aug-05 4:34 
GeneralRe: c# newbie problem Pin
Judah Gabriel Himango22-Aug-05 4:59
sponsorJudah Gabriel Himango22-Aug-05 4:59 
GeneralOnEnter Event Pin
Agyeman22-Aug-05 4:07
Agyeman22-Aug-05 4:07 
GeneralRe: OnEnter Event Pin
miah alom22-Aug-05 4:32
miah alom22-Aug-05 4:32 
GeneralRe: OnEnter Event Pin
Agyeman22-Aug-05 5:01
Agyeman22-Aug-05 5:01 
GeneralRe: OnEnter Event Pin
miah alom22-Aug-05 5:02
miah alom22-Aug-05 5:02 
GeneralRe: OnEnter Event Pin
miah alom22-Aug-05 5:59
miah alom22-Aug-05 5:59 

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.