Dataview help!
-
Hi Im writing an app keep notes on poker players but having a little difficulty with dataview. Im loading an xml file containing the data into a dataset, the xml file looks like this:
Im then creating a dataview object using the "Player" table. I then set the row filter to return all rows matching an "Alias". Then display the results in a datadrid. This all works fine but what i actually want is to only show and edit the nested "Notes" tables for each player as the Alias will not need to change and there only needs to be one instance of the players category. You can get to the notes table by expanding the nodes on the datagrid but thats not how i want it to look plus by only showing the notes table the user wont have to enter the alias and category when greating a new entry. Any help would be great as to how i can achieve this, could it be solved by writing the xml file a little different? -- modified at 6:19 Monday 29th August, 2005