Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to make DataGrid column read only at runtime Pin
Ista21-Aug-03 9:43
Ista21-Aug-03 9:43 
AnswerRe: How to make DataGrid column read only at runtime Pin
A.Wegierski21-Aug-03 7:48
A.Wegierski21-Aug-03 7:48 
GeneralCan't get manifest to work for my xp style controls Pin
IrishSonic20-Aug-03 14:33
IrishSonic20-Aug-03 14:33 
GeneralRe: Can't get manifest to work for my xp style controls Pin
eggie520-Aug-03 17:15
eggie520-Aug-03 17:15 
GeneralHTML to PDF Pin
Iftikhar Ahmad Dar20-Aug-03 11:56
Iftikhar Ahmad Dar20-Aug-03 11:56 
GeneralRe: HTML to PDF Pin
Ista20-Aug-03 14:34
Ista20-Aug-03 14:34 
GeneralRe: HTML to PDF Pin
leppie21-Aug-03 7:04
leppie21-Aug-03 7:04 
GeneraldataGrid1.Width is acting funny Pin
Anonymous20-Aug-03 11:15
Anonymous20-Aug-03 11:15 
i have a new form inheriting from another form. the new form has a datagrid in it.

i'm creating a table style so my datagrid cells will fill the entire width, but my datagrid.width is not working correctly. it gives out a width entirely too small.

for example:
. . . . . . . .
DataGridTextBoxColumn ProductID = new DataGridTextBoxColumn();
ProductID.HeaderText = "Product";
ProductID.MappingName = "ProductID";
ProductID.Width = 100;

DataGridTextBoxColumn Comments = new DataGridTextBoxColumn();
Comments.HeaderText = "Comments";
Comments.MappingName = "Comments";
Comments.Width = dg.width - 100;
. . . . . . . .


the Comments column is very small. i've used this in other applications, but this one is acting funny. i'm wondering if it might have to do with the inheritance. ( note, the datagrid is not being inherited )
GeneralRe: dataGrid1.Width is acting funny Pin
Ista20-Aug-03 14:35
Ista20-Aug-03 14:35 
GeneralRe: dataGrid1.Width is acting funny Pin
A.Wegierski21-Aug-03 7:53
A.Wegierski21-Aug-03 7:53 
GeneralMDI question in C++.Net Pin
Qbus20-Aug-03 11:04
Qbus20-Aug-03 11:04 
GeneralRe: MDI question in C++.Net Pin
Ista20-Aug-03 14:36
Ista20-Aug-03 14:36 
GeneralNeed Help! Pin
t_m2002052120-Aug-03 10:36
t_m2002052120-Aug-03 10:36 
GeneralRe: Need Help! Pin
Ista20-Aug-03 14:37
Ista20-Aug-03 14:37 
Generalloading texture image from a Web Service Pin
Siddharth Jain20-Aug-03 9:44
Siddharth Jain20-Aug-03 9:44 
GeneralRe: loading texture image from a Web Service Pin
Ista20-Aug-03 16:13
Ista20-Aug-03 16:13 
GeneralRe: loading texture image from a Web Service Pin
Anonymous20-Aug-03 22:42
Anonymous20-Aug-03 22:42 
GeneralGetting rid of the enter beep Pin
S O S20-Aug-03 9:25
S O S20-Aug-03 9:25 
GeneralRe: Getting rid of the enter beep Pin
Julian Bucknall [MSFT]20-Aug-03 10:33
Julian Bucknall [MSFT]20-Aug-03 10:33 
GeneralRe: Getting rid of the enter beep Pin
Alex Korchemniy20-Aug-03 12:47
Alex Korchemniy20-Aug-03 12:47 
GeneralRe: Getting rid of the enter beep Pin
S O S20-Aug-03 21:18
S O S20-Aug-03 21:18 
GeneralRe: Getting rid of the enter beep Pin
Julian Bucknall [MSFT]21-Aug-03 5:14
Julian Bucknall [MSFT]21-Aug-03 5:14 
GeneralCan't find the rotor Pin
Cristoff20-Aug-03 8:33
Cristoff20-Aug-03 8:33 
GeneralRe: Can't find the rotor Pin
Julian Bucknall [MSFT]20-Aug-03 10:31
Julian Bucknall [MSFT]20-Aug-03 10:31 
GeneralRe: Can't find the rotor Pin
eggie520-Aug-03 17:26
eggie520-Aug-03 17:26 

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.