Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
QuestionHow to start a process within the current command window? Pin
Throckmorton26-Feb-04 13:59
Throckmorton26-Feb-04 13:59 
AnswerRe: How to start a process within the current command window? Pin
Throckmorton26-Feb-04 14:08
Throckmorton26-Feb-04 14:08 
QuestionDataGrid - navigation to parent table? Pin
Radoslav Bielik26-Feb-04 10:48
Radoslav Bielik26-Feb-04 10:48 
AnswerRe: DataGrid - navigation to parent table? Pin
Heath Stewart26-Feb-04 12:39
protectorHeath Stewart26-Feb-04 12:39 
GeneralRe: DataGrid - navigation to parent table? Pin
Radoslav Bielik26-Feb-04 12:45
Radoslav Bielik26-Feb-04 12:45 
GeneralRe: DataGrid - navigation to parent table? Pin
Radoslav Bielik27-Feb-04 0:06
Radoslav Bielik27-Feb-04 0:06 
GeneralRe: DataGrid - navigation to parent table? Pin
Heath Stewart27-Feb-04 2:56
protectorHeath Stewart27-Feb-04 2:56 
GeneralRe: DataGrid - navigation to parent table? Pin
Radoslav Bielik27-Feb-04 3:47
Radoslav Bielik27-Feb-04 3:47 
Heath Stewart wrote:
Try setting DataGrid.ParentRowsVisible to false.

I did this but it didn't help - when I click the button to show the parent row, it contains all information even if
DataGrid.ParentRowsLabelStyle=DataGridParentRowsLabelStyle.None<br />
I already thought that I misunderstood the concept or something, but then I tried to find the ParentRowsLabelStyle in the Designer Generated Code, but it wasn't there, and when I manually added the ParentRowsLabelStyle initialization to the form constructor, it started to work as expected, but I don't know why it wasn't there when I was changing it's value in the designer. Strange.

[Update]
I've tried to add the ParentRowsLabelStyle initialization into the designer generated code, and then tried to change the value of this property in the designer, and it disappeared from the source. Confused | :confused: I will rather keep it in the form constructor.
[/Update]

Heath Stewart wrote:
Why don't you give the relationship a better name? That'd be the easiest way.

I already did, I just wanted to know if there isn't a better and if I'm not doing it the wrong way Blush | :O Thanks!

rado


Radoslav Bielik
http://www.neomyz.com/poll [^] - Get your own web poll

GeneralTraceListener.Close not called when added through config file... Pin
Ryan Cromwell26-Feb-04 10:24
Ryan Cromwell26-Feb-04 10:24 
GeneralRe: TraceListener.Close not called when added through config file... Pin
John Fisher26-Feb-04 10:34
John Fisher26-Feb-04 10:34 
GeneralRe: TraceListener.Close not called when added through config file... Pin
Ryan Cromwell26-Feb-04 10:39
Ryan Cromwell26-Feb-04 10:39 
GeneralRe: TraceListener.Close not called when added through config file... Pin
John Fisher26-Feb-04 10:42
John Fisher26-Feb-04 10:42 
GeneralRe: TraceListener.Close not called when added through config file... Pin
Ryan Cromwell26-Feb-04 10:46
Ryan Cromwell26-Feb-04 10:46 
GeneralRe: TraceListener.Close not called when added through config file... Pin
Ryan Cromwell26-Feb-04 10:48
Ryan Cromwell26-Feb-04 10:48 
GeneralRe: TraceListener.Close not called when added through config file... Pin
Ryan Cromwell26-Feb-04 11:02
Ryan Cromwell26-Feb-04 11:02 
GeneralRe: TraceListener.Close not called when added through config file... Pin
John Fisher26-Feb-04 11:09
John Fisher26-Feb-04 11:09 
GeneralQuestion on resizing a non-rectangular form Pin
Flack26-Feb-04 9:47
Flack26-Feb-04 9:47 
GeneralRe: Question on resizing a non-rectangular form Pin
John Fisher26-Feb-04 10:37
John Fisher26-Feb-04 10:37 
GeneralPanel Size to small Pin
Member 90966226-Feb-04 8:50
Member 90966226-Feb-04 8:50 
GeneralRe: Panel Size to small Pin
John Fisher26-Feb-04 10:41
John Fisher26-Feb-04 10:41 
QuestionMeasuring text - a bug in .NET? Pin
Judah Gabriel Himango26-Feb-04 8:42
sponsorJudah Gabriel Himango26-Feb-04 8:42 
AnswerRe: Measuring text - a bug in .NET? Pin
Dave Kreskowiak26-Feb-04 16:58
mveDave Kreskowiak26-Feb-04 16:58 
GeneralRe: Measuring text - a bug in .NET? Pin
Judah Gabriel Himango26-Feb-04 19:08
sponsorJudah Gabriel Himango26-Feb-04 19:08 
GeneralRe: Measuring text - a bug in .NET? Pin
Dave Kreskowiak27-Feb-04 3:54
mveDave Kreskowiak27-Feb-04 3:54 
GeneralCD OPEN Pin
Anonymous26-Feb-04 8:03
Anonymous26-Feb-04 8:03 

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.