Click here to Skip to main content
15,887,083 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questionwindows datagrid drill down returns relation name [modified] Pin
Amit Sk Sharma28-Jun-11 23:50
Amit Sk Sharma28-Jun-11 23:50 
AnswerRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 1:37
mveDave Kreskowiak29-Jun-11 1:37 
GeneralRe: windows datagrid drill down returns relation name [modified] Pin
BobJanova29-Jun-11 1:59
BobJanova29-Jun-11 1:59 
AnswerRe: windows datagrid drill down returns relation name Pin
Eddy Vluggen29-Jun-11 2:59
professionalEddy Vluggen29-Jun-11 2:59 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 4:28
mveDave Kreskowiak29-Jun-11 4:28 
GeneralRe: windows datagrid drill down returns relation name Pin
BobJanova29-Jun-11 7:16
BobJanova29-Jun-11 7:16 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 7:30
mveDave Kreskowiak29-Jun-11 7:30 
GeneralRe: windows datagrid drill down returns relation name Pin
Amit Sk Sharma29-Jun-11 2:08
Amit Sk Sharma29-Jun-11 2:08 
I have more than one tables in my dataset and I have defined relationship between them.

sqlDataAdapterClients.Fill(dataSetTimeTracker, "Client");
sqlDataAdapterProjects.Fill(dataSetTimeTracker, "Project");

dataSetTimeTracker.Relations.Add("Intake2Episode",
dataSetTimeTracker.Tables["Client"].Columns["ClientID"],
dataSetTimeTracker.Tables["Project"].Columns["ClientID"]);

dataGrid1.SetDataBinding(dataSetTimeTracker, "Client");

Now my datagrid shows me rows from Client with plus sign and when I click on that plus sign it shows name of relations "Intake2Episode" as a link there in place of respective rows from Project table. wish I could share the screen shot with you.

My issue lies here, I am not clear from where (which setting needs to be done)I can get actaul rows in place of relationship.
With Thanks & Regards
Amit Sk Sharma

GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 4:50
mveDave Kreskowiak29-Jun-11 4:50 
QuestionTwin TreeView Pin
Ger Hayden11-Jun-11 22:41
Ger Hayden11-Jun-11 22:41 
AnswerRe: Twin TreeView Pin
Shameel4-Jul-11 5:19
professionalShameel4-Jul-11 5:19 
GeneralRe: Twin TreeView Pin
Ger Hayden4-Jul-11 10:21
Ger Hayden4-Jul-11 10:21 
GeneralRe: Twin TreeView Pin
Shameel4-Jul-11 18:41
professionalShameel4-Jul-11 18:41 
GeneralRe: Twin TreeView Pin
Ger Hayden4-Jul-11 21:16
Ger Hayden4-Jul-11 21:16 
GeneralRe: Twin TreeView Pin
Mycroft Holmes4-Jul-11 20:07
professionalMycroft Holmes4-Jul-11 20:07 
AnswerRe: Twin TreeView Pin
BillWoodruff16-Jul-11 20:54
professionalBillWoodruff16-Jul-11 20:54 
GeneralRe: Twin TreeView Pin
Ger Hayden16-Jul-11 23:36
Ger Hayden16-Jul-11 23:36 
Questionvb.net textspeaker Pin
damoder18-Jun-11 0:18
damoder18-Jun-11 0:18 
AnswerRe: vb.net textspeaker Pin
DaveyM698-Jun-11 0:37
professionalDaveyM698-Jun-11 0:37 
QuestionNeeds to update WinForm (seperate process) to render newly created customized controls Pin
glitteringsound2-Jun-11 13:27
glitteringsound2-Jun-11 13:27 
AnswerRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
Philippe Mori2-Jun-11 14:00
Philippe Mori2-Jun-11 14:00 
GeneralRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
glitteringsound2-Jun-11 19:56
glitteringsound2-Jun-11 19:56 
AnswerRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
BobJanova8-Jun-11 1:22
BobJanova8-Jun-11 1:22 
AnswerRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
Luc Pattyn8-Jun-11 2:36
sitebuilderLuc Pattyn8-Jun-11 2:36 
AnswerRe: Needs to update WinForm (seperate process) to render newly created customized controls Pin
Shameel4-Jul-11 5:14
professionalShameel4-Jul-11 5:14 

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.