grid heiracheal display
From: andrewcw (andrewcw_at_acw.com)
Date: 04/17/04
- Next message: duha: "Re: Autorun"
- Previous message: Val Mazur: "Re: ADO (ActiveX) data binding to .NET Windows Form controls"
- Next in thread: andrewcw: "RE: grid heiracheal display"
- Reply: andrewcw: "RE: grid heiracheal display"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 16 Apr 2004 20:01:05 -0700
I have a simple winform Data Grid with a XML source file. The heirarcy is 1 level deep. While I have expand selected, I still have to click on the hyperlinks to get the grid to show its data. What I would really like is to have it just plain come up as if I was getting the data from a databse ( not nested ). Is there a way to drive that ? Thanks
My grid comes up with three hyperlinks: TableName, transactions, transactionrecord
If I click through transactionrecord - thats what I'd like. if Iclick the table hyperlink, I get nothing and trasnaction gets me a table with a plus siign hiding the first row. I just want my users to see a grid. Forget the hyperlinks. Can I do anything differently without reformatting the data by XSL etc. - still use the almost no code methods below:
method:
datset.readXMLStrteam
dataset.readxml
grid.datasouce = ds
grid.expand(0)
<transactions><transactionrecord atrib atrib><message> blah xyz </message></transactionrecord><transactionrecord atrib atrib><message> blah xyz </message></transactionrecord></transactions>
- Next message: duha: "Re: Autorun"
- Previous message: Val Mazur: "Re: ADO (ActiveX) data binding to .NET Windows Form controls"
- Next in thread: andrewcw: "RE: grid heiracheal display"
- Reply: andrewcw: "RE: grid heiracheal display"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|