Click here to Skip to main content
15,917,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing font in a console application Pin
ChrisKo12-Oct-07 10:34
ChrisKo12-Oct-07 10:34 
GeneralRe: Changing font in a console application Pin
Luc Pattyn12-Oct-07 11:10
sitebuilderLuc Pattyn12-Oct-07 11:10 
AnswerRe: Changing font in a console application Pin
ChrisKo12-Oct-07 10:31
ChrisKo12-Oct-07 10:31 
QuestionAdding Columns in DataGrid at run time Pin
aloktambi12-Oct-07 3:00
aloktambi12-Oct-07 3:00 
AnswerRe: Adding Columns in DataGrid at run time Pin
Justin Perez12-Oct-07 3:22
Justin Perez12-Oct-07 3:22 
GeneralRe: Adding Columns in DataGrid at run time Pin
aloktambi12-Oct-07 3:36
aloktambi12-Oct-07 3:36 
GeneralRe: Adding Columns in DataGrid at run time Pin
Justin Perez12-Oct-07 3:41
Justin Perez12-Oct-07 3:41 
GeneralRe: Adding Columns in DataGrid at run time Pin
aloktambi12-Oct-07 3:52
aloktambi12-Oct-07 3:52 
Sir,
In our software, we want to show peak information to user,
No of Columns for General Info = 7 (Constant)

No of Columns for Injection Info = 22 (Constant)

No of Fixed Column(s) for Peak Info = 1(Constant) //It is for Peak Area Sum.

Total No of Columns for N Peaks: N x (13 + 2 x N)

Hence total Number of Columns in Datagrid in case of N Peaks

= 1(Separator) + 7 + 1(Separator) + 22 + 1(Separator) + 1 + N(13+2N)

= 2xNxN + 13xN + 33



Hence Number of Columns in the Datagrid increase as a 2nd Degree Equation.

This means

For 10 peaks Column Count will be 363

For 25 peaks Column Count will be 1608

For 50 peaks Column Count will be 5683

For 100 peaks Column Count will be 21333

For 150 peaks Column Count will be 46983

For 200 peaks Column Count will be 82633



GeneralRe: Adding Columns in DataGrid at run time Pin
Justin Perez12-Oct-07 3:56
Justin Perez12-Oct-07 3:56 
GeneralRe: Adding Columns in DataGrid at run time Pin
Dave Kreskowiak12-Oct-07 4:40
mveDave Kreskowiak12-Oct-07 4:40 
GeneralRe: Adding Columns in DataGrid at run time Pin
Dan Neely12-Oct-07 7:42
Dan Neely12-Oct-07 7:42 
GeneralRe: Adding Columns in DataGrid at run time Pin
Dave Kreskowiak12-Oct-07 7:44
mveDave Kreskowiak12-Oct-07 7:44 
JokeRe: Adding Columns in DataGrid at run time Pin
TJoe19-Oct-07 8:07
TJoe19-Oct-07 8:07 
GeneralRe: Adding Columns in DataGrid at run time Pin
Manuel F. Hernandez13-Oct-07 7:44
Manuel F. Hernandez13-Oct-07 7:44 
GeneralRe: Adding Columns in DataGrid at run time Pin
jhwurmbach15-Oct-07 1:58
jhwurmbach15-Oct-07 1:58 
GeneralRe: Adding Columns in DataGrid at run time Pin
W Balboos, GHB19-Oct-07 3:53
W Balboos, GHB19-Oct-07 3:53 
GeneralRe: Adding Columns in DataGrid at run time Pin
Jesse Chunn21-Oct-07 5:09
Jesse Chunn21-Oct-07 5:09 
GeneralRe: Adding Columns in DataGrid at run time Pin
W Balboos, GHB23-Oct-07 0:50
W Balboos, GHB23-Oct-07 0:50 
GeneralRe: Adding Columns in DataGrid at run time Pin
Mikkel Toudal Kristiansen1-Nov-07 0:08
Mikkel Toudal Kristiansen1-Nov-07 0:08 
AnswerRe: Adding Columns in DataGrid at run time Pin
Maximilien12-Oct-07 9:40
Maximilien12-Oct-07 9:40 
AnswerRe: Adding Columns in DataGrid at run time Pin
Phil J Pearson12-Oct-07 10:16
Phil J Pearson12-Oct-07 10:16 
AnswerRe: Adding Columns in DataGrid at run time Pin
thrakazog12-Oct-07 13:02
thrakazog12-Oct-07 13:02 
AnswerRe: Adding Columns in DataGrid at run time Pin
Paul Conrad12-Oct-07 13:06
professionalPaul Conrad12-Oct-07 13:06 
JokeRe: Adding Columns in DataGrid at run time Pin
PIEBALDconsult12-Oct-07 13:07
mvePIEBALDconsult12-Oct-07 13:07 
AnswerRe: Adding Columns in DataGrid at run time Pin
NormDroid13-Oct-07 3:59
professionalNormDroid13-Oct-07 3: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.