Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I dont select any rows on datagrid and I want to access rows datas which are on datagrid.Normally,at datagridview, datagridview.Rows[].Cells[] I can access data with this way and I want to learn that this process is how do at datagrid in silverlight?
Thanks everyone.
Posted

1 solution

The datagrid has a selecteditems property - see here[^].
 
Share this answer
 
Comments
Sandeep Mewara 22-Feb-11 12:46pm    
Comment from OP:
if I want to access data without use selecteditems property,how i will do it?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900