Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
hi all
actually i want to pick the value from datagrid in silverlight and pass that value to the next page.but i am new to silverlight .so i don,t know on which event of datagrid i can find the value of datagrid item or column and also syntax how to find value on that event .so please help me

means i want to get the value from datgrid selected row or column and pass that value to the next page
thanks in advance
Posted

If you just need to pass a value or two, you could look at the navigational framework with query string - here[^].
 
Share this answer
 
To get the DataGrid data:

Since you're new, try getting a Silverlight app up and running with a DataGrid. Then you'll see immediately that you have access to all the row data because you provide that data.

You don't need to access the data on any particular event, but DataGrid.SelectionChanged is one that you could use...
 
Share this answer
 

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