Click here to Skip to main content
16,010,351 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Controls - 3 questions Pin
Russell Morris13-Jun-02 4:40
Russell Morris13-Jun-02 4:40 
GeneralRe: C# Controls - 3 questions Pin
Maciej Pirog13-Jun-02 8:17
Maciej Pirog13-Jun-02 8:17 
Generalweb forms sending parameters Pin
sharon13-Jun-02 2:25
sharon13-Jun-02 2:25 
GeneralRe: web forms sending parameters Pin
Rama Krishna Vavilala13-Jun-02 7:05
Rama Krishna Vavilala13-Jun-02 7:05 
GeneralObject Role Modeling Pin
gicio13-Jun-02 1:07
gicio13-Jun-02 1:07 
GeneralRe: Object Role Modeling Pin
gicio14-Jun-02 3:10
gicio14-Jun-02 3:10 
GeneralCustomizing DataGrid Pin
J. Ehrnström12-Jun-02 16:45
J. Ehrnström12-Jun-02 16:45 
GeneralRe: Customizing DataGrid Pin
Rocky Moore12-Jun-02 19:49
Rocky Moore12-Jun-02 19:49 
Have you tried setting the RowHeadersVisible = false ?

If you would like to get rid of the row with the '*' on it where it adds new rows, you can use:

dataGrid1.DataSource = myDataSet.theTable.DefaultView;
((DataView)dataGrid1.DataSource).AllowNew = false;


Where dataGrid = your grid, myDataSet = your dataset, theTable = the table you wish to show.

Oh yeah, if you want to get rid of the blank area at the top of the grid that would be the "CaptionVisible" property on the Grid, just set it false.


Rocky Moore
GeneralRe: Customizing DataGrid Pin
J. Ehrnström13-Jun-02 4:28
J. Ehrnström13-Jun-02 4:28 
GeneralRe: Customizing DataGrid Pin
J. Ehrnström13-Jun-02 12:23
J. Ehrnström13-Jun-02 12:23 
GeneralRe: Customizing DataGrid Pin
leppie14-Jun-02 1:22
leppie14-Jun-02 1:22 
GeneralRe: Customizing DataGrid Pin
J. Ehrnström14-Jun-02 2:10
J. Ehrnström14-Jun-02 2:10 
GeneralDimming an image Pin
Rama Krishna Vavilala12-Jun-02 16:41
Rama Krishna Vavilala12-Jun-02 16:41 
GeneralRe: Dimming an image Pin
James T. Johnson12-Jun-02 20:04
James T. Johnson12-Jun-02 20:04 
GeneralRe: Dimming an image Pin
Rama Krishna Vavilala13-Jun-02 7:00
Rama Krishna Vavilala13-Jun-02 7:00 
GeneralRe: Dimming an image Pin
Chris Losinger13-Jun-02 7:03
professionalChris Losinger13-Jun-02 7:03 
Generaldon v tran Pin
12-Jun-02 15:35
suss12-Jun-02 15:35 
GeneralRe: don v tran Pin
David Wengier12-Jun-02 16:01
David Wengier12-Jun-02 16:01 
GeneralRe: don v tran Pin
Nick Parker12-Jun-02 17:12
protectorNick Parker12-Jun-02 17:12 
GeneralRe: don v tran Pin
Nish Nishant12-Jun-02 19:08
sitebuilderNish Nishant12-Jun-02 19:08 
GeneralPushing binary through MSNM Pin
12-Jun-02 11:27
suss12-Jun-02 11:27 
GeneralRe: Pushing binary through MSNM Pin
Rocky Moore12-Jun-02 19:52
Rocky Moore12-Jun-02 19:52 
GeneralRe: Pushing binary through MSNM Pin
13-Jun-02 4:29
suss13-Jun-02 4:29 
GeneralRe: Pushing binary through MSNM Pin
SimonS13-Jun-02 4:39
SimonS13-Jun-02 4:39 
GeneralRe: Pushing binary through MSNM Pin
Rocky Moore13-Jun-02 16:59
Rocky Moore13-Jun-02 16: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.