Hi Team,
You rock.
Please help me too....
I have a string property which has data in below format
<MyData xmlns=http://schemas.microsoft.com/win/2004/>
<Tournament>
<Venue Name='Delhi' id='{123-345-567}'
Duration='15 Days'/>
<SportID Participants='16384'>1111</SportID>
<Title>Football</Title>
<Level>Semifinal</Level>
<RedCards>0</RedCards>
<YellowCard>0</YellowCard>
<GreenCard>5</GreenCard>
<Duration SystemTime='2011-08-02'/>
<Sponser/>
<Refree Name='Karlos' Experience='2 Years'/>
<Security/>
</Tournament>
<TournamentData>
<Data Name='param1'>200 Teams</Data>
<Data Name='param2'>running</Data>
<XYZ>57</XYZ>
</TournamentData>
</MyData>
I want to display this data in radtreeview with proper parent child relation ship.
Please note that i am using MVVM pattern.
Any help would be highly appreciated.
Thanks in advance.
You rock.
Please help me too....
I have a string property which has data in below format
<MyData xmlns=http://schemas.microsoft.com/win/2004/>
<Tournament>
<Venue Name='Delhi' id='{123-345-567}'
Duration='15 Days'/>
<SportID Participants='16384'>1111</SportID>
<Title>Football</Title>
<Level>Semifinal</Level>
<RedCards>0</RedCards>
<YellowCard>0</YellowCard>
<GreenCard>5</GreenCard>
<Duration SystemTime='2011-08-02'/>
<Sponser/>
<Refree Name='Karlos' Experience='2 Years'/>
<Security/>
</Tournament>
<TournamentData>
<Data Name='param1'>200 Teams</Data>
<Data Name='param2'>running</Data>
<XYZ>57</XYZ>
</TournamentData>
</MyData>
I want to display this data in radtreeview with proper parent child relation ship.
Please note that i am using MVVM pattern.
Any help would be highly appreciated.
Thanks in advance.